Smokolisz commented on issue #632: (android) Added option to turn on/off fullscreen mode in Android URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/632#issuecomment-591626793 I have an issuse: i just created new cordova project and added inappbrowser plugin, which i was using in my previous apps and now the webView opens in fullscreen (without status bar) while rest of application has the statusbar. I think it is caused by this commit. I launch inappbrowser this way: `var ref = cordova.InAppBrowser.open(url, '_blank', 'location=no', "fullscreen=no");` i tried setting preference in config.xml `<preference name="Fullscreen" value="false" />` Sadly nothing worked.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
