ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

When view resized in IOS with statusBar.overlaysWebView false, keyboard hides app content #37

Open shajeeck opened 6 years ago

shajeeck commented 6 years ago

With statusBar.overlaysWebView(false) and keyboard open in IOS, keyboard hides certain area at the bottom of webview. I assume while calculating new view height it is not considering the height of statusbar if it is not overlaying the webview. After reducing the height 20px more (or height of statusbar) its showing full content.

lonwi commented 5 years ago

It does not happen if I have KeyboardResizeMode set to native in my case, happens to body and ionic

jcesarmobile commented 5 years ago

Can you provide more information and/or a sample app where it can be easily reproduced?