Framework7 + Cordova on android: Keyboard doesn't shrink webview

I’m creating a Login screen where I have the “Login” button at bottom (as toolbar) and the email and password stay in content part, but when I focus on email, the Keyboard shows up and overlap the input email and password. I’m using Cordova with this plugin: https://github.com/cjpearson/cordova-plugin-keyboard#keyboardshrinkview and the docs says that on Android the webview is shrinked automatically, but that’s not what happening in my case.

Does someone have experienced something similar?

Weid, the plugin says right, it must be shrinked automatically. Are you using v2?

I’m using Framework7 1.6.4

Then it is an issue in v1, which was fixed in v2. Basically you need to scroll page-content on input focus manually

Thanks, I’ll try to upgrade so.