apache / apache/cordova-plugin-inappbrowser

InAppBrowser not fullscreen

Open
#1,065 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.1k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

# Bug Report

## Problem

I can't get inAppBrowser to be fullscreen, tested on Android


Here are my preferences


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](https://github.com/user-attachments/assets/246aec17-c3c1-488e-9d9f-9beaf4bd8903)

## Information

API 34 cordova-android 13.0.0

Contributor guide

Open the contributing guide

Research direction

Start with the reported Android reproduction using API 34, cordova-android 13.0.0, and cordova-plugin-inappbrowser 6.0.0; the relevant entry points are StatusBar.hide() and cordova.InAppBrowser.open(...). Confirm the browser view's fullscreen behavior and define the expected result, since the issue names no source file or test. Done means the reported InAppBrowser flow is fullscreen on Android.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, javascript
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.