Skip to content

InAppBrowser not fullscreen #1065

@globules-io

Description

@globules-io

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions