nijakobius commented on issue #1501: URL: https://github.com/apache/cordova-android/issues/1501#issuecomment-1290991419
@erisu my previous comment that the "app does a sort of restart" might actually be quite relevant when you look at this issue: https://github.com/apache/cordova-plugin-statusbar/issues/234 There, the author states that using `window.location.replace('/home');` (= also a sort of restart of the app) solves their `StatusBarOverlaysWebView` problem (the problem being that safe areas from notch/status bar are not being set/read). So I think that is the answer why your steps work to solve the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
