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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org