-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Bug Report
Problem
I can't get inAppBrowser to be fullscreen, tested on Android
<plugin name="cordova-plugin-inappbrowser" spec="^6.0.0" />
<plugin name="cordova-plugin-statusbar" spec="^4.0.0" />
Here are my preferences
<preference name="Fullscreen" value="true" />
<preference name="StatusBarOverlaysWebView" value="false" />
Once app us ready, I hide the statusbar, then open inAppBrowser
StatusBar.hide();
var url = 'https://cordova.apache.org';
var target = "_blank";
var options = "location=yes,hideurlbar=yes,hidden=yes,beforeload=no,fullscreen=yes";
browser = cordova.InAppBrowser.open(url, target, options);
browser.show();
The inAppBrowser is not going fullscreen, what am I missing?
Information
API 34 cordova-android 13.0.0
Metadata
Metadata
Assignees
Labels
No labels