Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InAppBrowser not fullscreen #1065

Open
globules-io opened this issue Aug 2, 2024 · 0 comments
Open

InAppBrowser not fullscreen #1065

globules-io opened this issue Aug 2, 2024 · 0 comments

Comments

@globules-io
Copy link

globules-io commented Aug 2, 2024

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?

Capture

Information

API 34 cordova-android 13.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant