cordova-plugin-ionic-keyboard
cordova-plugin-ionic-keyboard copied to clipboard
When view resized in IOS with statusBar.overlaysWebView false, keyboard hides app content
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.
It does not happen if I have KeyboardResizeMode set to native in my case, happens to body and ionic
Can you provide more information and/or a sample app where it can be easily reproduced?