boengli commented on issue #1467:
URL: 
https://github.com/apache/cordova-android/issues/1467#issuecomment-1300083956

   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 output is **43px** 
   
   So the calculation is there somewhere... just not at the right place


-- 
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]

Reply via email to