Reputation: 1
I'm using Cordova's InAppBrowser plugin to display a webpage within my app, and I want the InAppBrowser to cover the entire screen, including the status bar, for a truly fullscreen experience in Android
What I've Tried:
Installed Plugins:
cordova-plugin-inappbrowser cordova-plugin-statusbar Current Setup:
I hide the status bar before launching the InAppBrowser, using Statusbar.hide();
I set the following values on my config.xml
I have tried Toggling some of the Inappbrowsesr flags like fullscreen,presentationstyle etc.
Upvotes: 0
Views: 34