I have a simple view with a login form. On Android, if the keyboard is opened, the content is not scrolling up to prevent it from getting behind the keyboard.
I followed the Keyboard instructions from the docs, and read a lot of forum posts, but I haven’t figured it out.
I installed the Keyboard plugin com.ionic.keyboard
.
This is the structure of the page:
<ion-nav-view>
<ion-view>
<ion-content>
...<form>..Login form..</form>...
</ion-content>
</ion-view>
</ion-nav-view>
If I put some extra dummy content in the page, it shows that ion-content is indeed scrollable. However, it’s not moving up when the keyboard is opened by focusing on an input.
Ionic version? 1.0.0-beta.13
Is my app fullscreen? No
Did I test if the keyboard plugin is working? Yes
Is there anything else I have to do?