Framework7 and Cordova Status Bar Plugin Issue

I am having an input text box at the bottom of the page which on clicked, the keyboard appears and the text box goes behind the keyboard. This doesn’t happen when I remove the cordova status bar plugin. I tried many solution that involves adding the cordova keyboard plugins but didnt work.

It is a some issue in Statusbar plugin. Make sure you disable StatusBarOverlaysWebView for Android, same in statusbar parameters http://framework7.io/docs/statusbar.html#statusbar-app-parameters

But I want statusbar overlay too :confused:

Use native Statusbar on android instead or you will have this issue