Juan Jose Gaviria
Juan Jose Gaviria

Reputation: 31

Ionic: Dropdown bug inside iframe ios

I am developing an app for a store.I'm doing it using Ionic/Cordova but I have a weird bug in ios: When the page has a dropdown I can't select the option. Example: iframe inside ionic app

Do you have any answer to solve this problem?

Upvotes: 2

Views: 772

Answers (1)

Mert Aksoy
Mert Aksoy

Reputation: 412

Change this to false to return accessory bar

cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);

Credits: Ionic Forum - Select dropdown issue on ios

Upvotes: 1

Related Questions