Hiding the input accessory view on iOS8

Hi Guys,

Are there any solutions for this? None of the “hideAccessoryView” methods seem to work on iOS8. At present we have a keyboard toolbar that seems to only work intermittently but it is the default. It also appears when you use other components the redundant input accessory view appears - such as the Select item.

This is close to causing us to be unable to use Ionic/Cordova as it creates a fairly bad UX :frowning:

Mostly other than that the framework is perfect for our needs and I suspect this isn’t 100% related to your framework (if at all).

Paul

Are you talking about this? cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);

See: https://github.com/driftyco/ionic-plugins-keyboard

Yep. Does not work, tried that and variations of that

Interestingly - this seems like a problem with: GitHub - Telerik-Verified-Plugins/WKWebView: DEPRECATED - this plugin served a purpose in the past, but there are better implementation now - unfortunately we have to use this as the memory usage of UIWebView is absolutely huge with some serious memory leaks.