PDLMobileApps commented on a change in pull request #634: (android) Added 
option to turn on/off fullscreen mode in Android
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/634#discussion_r393903105
 
 

 ##########
 File path: src/android/InAppBrowser.java
 ##########
 @@ -147,6 +148,7 @@ Licensed to the Apache Software Foundation (ASF) under one
     private boolean showFooter = false;
     private String footerColor = "";
     private String beforeload = "";
+    private boolean fullscreen = false;
 
 Review comment:
   I agree. I set it to false as the web view should have never been opened in 
full screen in the first place (unless it's a game). Anyway, I understand the 
backward compatibility requirement.

----------------------------------------------------------------
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]

Reply via email to