You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/07 09:52:17 UTC

[GitHub] [cordova-plugin-inappbrowser] mv83 opened a new issue #474: Inappbrowser window close when the web view refresh automatically

mv83 opened a new issue #474: Inappbrowser window close when the web view refresh automatically
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/474
 
 
   Hi, I have this problem: I'm trying to open a web page with an inappbrowser window. The webpage refresh automatically every 30 seconds. But when the page refresh, the window stops immediately and is closed. It behaviour occurs only on Android devices.
   Currently I'm using Cordova 9.0 with the inAppBrowser plugin version 3.0.0.
   
   ```
   This is the code that allow me to open the window:
   window.open(link,'_blank','location=yes,hidenavigationbuttons=yes,hideurlbar=yes,closebuttoncaption=Close,closebuttoncolor=#707070');
   ```
   
   Thanks in advance
   
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org