I’m building a simple login form and notice some weird behaviour on my iphone5s. When putting focus in the password field, the screen scrolls up and makes the header bar unusable. My guess is this isn’t expected behaviour.
You can see what I mean on the following screenshot:
This same screen can also be scrolled in a weird way like this:
Any tips to solve this? I’m using beta 5 of ionic, but started with beta 4 so one possible thing could be to manually install the keyboards plugin ? I only see the cordova.console en cordova.device plugins installed.
Ok I installed the keyboard plugin and re-installed the app. I’m having the exact same issue. Is the behaviour seen on the screenshots above to be expected or should that work differently?
By the way, I don’t notice any difference after installing the keyboard plugin, how can I make sure it’s installed correctly? What difference should I notice in the app?
Great, that was it! I didn’t add the permissions to my config.xml file.
Thanks for helping out, I know how frustrating these questions must be for you but for someone getting started with ionic+cordova this forum is invaluable!
hey,
i actually did the same and changed to the beta nightly 6 version and added the keyboard settings in the config.xml but my controls are still there. yesterday i changed from cordova 3.4.0 to 3.4.1 and did not start with the ionic starting project but i started with plain cordova project and copied ionic on top. can this be an issue? has cli ionic installation cordova 3.4.1 already included?
Yes i did. And also in the config file. But when i build the platform ios for example it adds the cordova and cordova plugin files to my www root so it does it right? Or do u mean before all that i need to have cordova installed? Which i obviously have because i updated to 3.4.1.
where do i put “cordova.plugins.Keyboard.disableScroll(true)”? Sorry for the dumb question… all i can find of it in my project is in all the READMEs where it just tells me to do it…