globules-io opened a new issue, #1065: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1065
# Bug Report ## Problem I can't get inAppBrowser to be fullscreen 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 <!-- Include all relevant information that might help understand and reproduce the problem --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org