Open dylanvdmerwe opened 7 years ago
Try this in your config
if (window.cordova) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(!ionic.Platform.isIOS());
cordova.plugins.Keyboard.disableScroll(true);
}
Thanks @johnnynode. This issue is more about the defaults of the plugin.
Something weird I just spotted.
When this plugin is not installed, on iOS 10.x (no WKWebView plugin), the accessory bar is shown above the keyboard. As soon as this plugin is installed using the default setup the bar is removed.
Why does installing this plugin override the default of showing the accessory bar? I think the default setting of this plugin is not right.