Is there any way to keep the tab bar at the bottom of the view when pulling up the keyboard on iOS 7? It seems like it’s shrinking the view and pulling the tab bar up. This may be a Cordova issue as I’ve seen some issues with versions >= 3.2 and having to install the Keyboard plugin (which I have had no luck with).
Has anyone else experienced this issues and solved the problem?
You can reproduce this if you start a new Ionic project with ionic-cli. Add a platform for ios and build. Open in Xcode 5 and run on the simulator. Click on the ‘Adopt’ tab and select one of the text boxes.
Got this same thing. Haven’t tried installing the keyboard plugin yet but I will try and let you know. I’ve used JQM before and did have keyboard issues so this may be a ionic issue