breautek commented on issue #1919:
URL:
https://github.com/apache/cordova-android/issues/1919#issuecomment-5698867155
> I made these changes after doing this again the gap start coming at top
and bottom and on inspecting the element it will coming from ion-header and
ion-footer.
>
> ion-footer.footer-toolbar-padding ion-toolbar:last-of-type {
padding-bottom: var(--ion-safe-area-bottom, 0); }
Are you saying that you'll getting a non-zero bottom value while
`AndroidEdgeToEdge` is false?
Can you replicate with the raw css env (`bottom: env(safe-area-inset-bottom,
0);`).
This rules out that ionic (or whatever is setting the
`--ion-safe-area-bottom` css variable) is misbehaving.
When EdgeToEdge is false, the webview should be laid within safe area
content, and then I think it would be expected for the webview safe area inset
values to report 0 -- as the webview is already constrained. If the safe area
inset values is not 0 in this situation, then I think that's an issue that we
can dive deeper into.
--
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]