Reputation: 31
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:
Do you have any answer to solve this problem?
Upvotes: 2
Views: 772
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