I’m trying to use the functionality for controlling keyboard behavior, but nothing I do seems to have any effect. To find the problem I’ve tried starting a new minimum project and running it in Ionic View. The default template contains cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true)
which doesn’t have any effect.
Here’s what I’ve done:
- Create a new project: ionic start test blank
- Added an field inside , leaving everything else untouched.
- Upload the app: ionic upload
- Open it in Ionic View on an iPhone 5S, IOS 9.1
What am I missing here? Any help is much appreciated.
I’m using Ionic 1.7.10