We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
API 34 cordova-android 13.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The inAppBrowser is not going fullscreen, what am I missing?
Information
API 34 cordova-android 13.0.0
The text was updated successfully, but these errors were encountered: