cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

WKWebView - app over statusbar

Open LiveXenon opened this issue 6 years ago • 0 comments

iPhone 6S iOS 12 schermata 2019-01-13 alle 19 19 41 iPhone XS iOS 12 schermata 2019-01-13 alle 22 35 30

I'm using cordova-plugin-wkwebview-engine development version and jQuery Mobile. The app header remains above the status bar, I tried to use the statusbar plugin with overlaysWebView(false) but this seems to be developed for UIWebView.

When imposed the status bar starts correctly, then if I open an external link, or exit the app without closing it, it seems to lose the setting and overlaps. This also happens with iOS 9 and 11. iOS 10 I have not tested it.

Should I wait for the plugin plugin-plugin-statusbar update to fix this?

cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-labs-wkwebview-engine-localhost 0.5.1 "Cordova WKWebView Engine with http server (localhost) support" cordova-labs-local-webserver 2.4.0 "CordovaLocalWebServer" cordova-plugin-wkwebview-engine 1.1.5-dev "Cordova WKWebView Engine"

Solution: the problem was caused by the plugin cordova-plugin-admob-free

LiveXenon avatar Jan 13 '19 18:01 LiveXenon