Aniketh keshava
Aniketh keshava

Reputation: 1

How can I make Cordova InAppBrowser cover the status bar for a true fullscreen experience in Android?

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:

  1. I hide the status bar before launching the InAppBrowser, using Statusbar.hide();

  2. I set the following values on my config.xml

  3. I have tried Toggling some of the Inappbrowsesr flags like fullscreen,presentationstyle etc.

Upvotes: 0

Views: 34

Answers (0)

Related Questions