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 10:08:20 UTC

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

mv83 opened a new issue #476: Inappbrowser window close when the web view refresh automatically
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/476
 
 
   # Bug Report
   The inappbrowser window close when the displayed web page automatically reload the web content (every 30 seconds). 
   
   ## Problem 
   The instances of inappbrowser are not killed when the window is closed
   
   ### What is expected to happen?
   I would the inappbrowser window stay open
   
   ### What does actually happen?
   The inappbrowser window close
   
   ## Information
   Not other relevant information
   
   ### Command or Code
   ```
   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');
   ```
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   ### Version information
   
   What are relevant versions you are using?
   For example:
   Cordova 9 
   Framework7
   OS: Android
   InAppBrowser 3.0.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [ x] I updated all Cordova tooling to most recent version
   - [ x] I included all the necessary information above
   

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