I'm developing an Ionic app, and for some reason, when I use the tag, the "Ok" button doesn't appear - please check the screenshot below.
I'm using a <select>
with <option>
inside.
Any idea on what may be happening?
Have you Tried to do this ?
.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if(window.cordova && window.cordova.plugins.Keyboard) {
//Change this to false to return accessory bar
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
}
if(window.StatusBar) {
// org.apache.cordova.statusbar required
StatusBar.styleDefault();
}
});
});
According to this, this code could bring back your keyboard accessories.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With