You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/27 14:11:24 UTC

[GitHub] [cordova-android] boengli opened a new issue, #1467: Fullscreen: Device elements overlap ionic header

boengli opened a new issue, #1467:
URL: https://github.com/apache/cordova-android/issues/1467

   I'm not sure, maybe [this](https://github.com/apache/cordova-plugin-statusbar/issues/234) issue could be related to the implementation of "AndroidX SplashScreen Core Library: 1.0.0-rc01":
   
   https://github.com/apache/cordova-plugin-statusbar/issues/234


-- 
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: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] boengli commented on issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
boengli commented on issue #1467:
URL: https://github.com/apache/cordova-android/issues/1467#issuecomment-1222526206

   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');`


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] boengli commented on issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1467:
URL: https://github.com/apache/cordova-android/issues/1467#issuecomment-1196844567

   Are you using CSS safe area insights? Could be the same issue as reported https://github.com/apache/cordova-android/issues/1465


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] boengli commented on issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
boengli commented on issue #1467:
URL: https://github.com/apache/cordova-android/issues/1467#issuecomment-1196848973

   No, I don't use CSS safe area.


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] boengli closed issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
boengli closed issue #1467: Fullscreen:  Device elements overlap ionic header
URL: https://github.com/apache/cordova-android/issues/1467


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek commented on issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1467:
URL: https://github.com/apache/cordova-android/issues/1467#issuecomment-1336012287

   Duplicate: #1465 


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] breautek closed issue #1467: Fullscreen: Device elements overlap ionic header

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1467: Fullscreen:  Device elements overlap ionic header
URL: https://github.com/apache/cordova-android/issues/1467


-- 
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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org