R. L.

Results 7 comments of R. L.

It probably is duplicated/similar to: [#1465](https://github.com/apache/cordova-android/issues/1465) The funny part is, that the safe area is set after `window.location.replace('/pageXY');`

I have the same issue, but after forcing a reload, `window.location.replace('/home')` the save-area is set correctly and it looks good. The above solutions `never` works, but doesn't really look great....

StatusBarOverlaysWebView: true or false, makes no difference. It's always the same/mentioned result. The safe-area isn't written correctly after app start, see [#1465](https://github.com/apache/cordova-android/issues/1465)

I experimented a bit and added the following to my code: `var style = getComputedStyle(document.body); alert(style.getPropertyValue('--ion-safe-area-top'));` On the first start of the app it is : **0px** after `window.location.replace('/pageXY');` the...

Any update? Is this plugin still maintained? @EddyVerbruggen