BradCB opened a new issue, #1164: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1164
# Bug Report ## Problem ### What is expected to happen? InAppBrowser should be full screen. expected behavior works when targeting Android < 36 ### What does actually happen? Android 16 windowOptOutEdgeToEdgeEnforcement no longer works and prevents full screen Inapp browser set to google.com <br/> <img width="50%" height="50%" alt="Image" src="https://github.com/user-attachments/assets/975cf680-72fd-4460-a26d-4679b96e6022" /> <br/><br/><br/> Actual app screen <br/><br/><br/> <img width="50%" height="50%" alt="Image" src="https://github.com/user-attachments/assets/2c11880a-e9a0-4e5d-96df-589b5fc2239d" /> <br/><br/><br/> ## Information Link to change information: https://developer.android.com/about/versions/16/behavior-changes-16 ### Command or Code **Javascript code:** StatusBar.hide(); StatusBar.overlaysWebView(false); var target = "_blank"; var options = "hidden=yes,location=no,footer=no,toolbar=no,zoom=no"; var url = "https://google.com"; var inAppBrowserRef = cordova.InAppBrowser.open(url, target, options); inAppBrowserRef.show(); **config targeting Android 36** <preference name="android-targetSdkVersion" value="36" /> ### Environment, Platform, Device Reproducible on emulator and real device with Android sdk 36 ### Version information "cordova-android": "^14.0.1", "cordova-plugin-inappbrowser": "^7.0.0", "cordova-plugin-statusbar": "^4.0.0" "cordova": "^13.0.0" Android sdk target 36 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ x] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [ x] I included all the necessary information above -- 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]
