globules-io commented on issue #1794: URL: https://github.com/apache/cordova-android/issues/1794#issuecomment-2757180386
Here's the solution to this : `AndroidEdgeToEdge` is NOT compatible with `Fullscreen` To obtain a fullscreen, one needs to use `AndroidEdgeToEdge` instead ``` <preference name="Fullscreen" value="false" /> <preference name="AndroidEdgeToEdge" value="true" /> ``` Maybe settings `AndroidEdgeToEdge` should by default set `Fullscreen` to `false` -- 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]
