cordova-plugin-ionic-keyboard icon indicating copy to clipboard operation
cordova-plugin-ionic-keyboard copied to clipboard

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

Open shajeeck opened this issue 7 years ago • 2 comments

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.

shajeeck avatar Aug 29 '18 15:08 shajeeck

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

lonwi avatar Jan 09 '19 12:01 lonwi

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

jcesarmobile avatar Aug 21 '19 18:08 jcesarmobile