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/03/06 16:19:05 UTC

[GitHub] [cordova-plugin-inappbrowser] paknecht opened a new issue #443: cordova.InAppBrowser.open don't work on second and following app starts IOS

paknecht opened a new issue #443: cordova.InAppBrowser.open don't work on second and following app starts IOS
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/443
 
 
   # Bug Report
   
   ## Problem
   I upgraded Cordova from 7 to 8.1.2 and cordova-ios from 4.5.5 to 5.0.0 and now the inAppBrowser don't work as expected.
   
   ### What is expected to happen?
   The inAppBrowser should always open the specified URL.
   
   ### What does actually happen?
   I'm installing the APP.
   The app is opened, it starts, then I open the inAppBrowser. The specified URL is loaded. 
   
   I close the app so that it is no longer active in the background. 
   I open the app again, it starts, then I open the inAppBrowser. The specified URL is not loaded. Only about:blank is displayed. This behavior will remain until I delete and reinstall the app
   
   ## Information
   I am currently installing the plugin from the master branch. But it doesn't work on the 3.0.0 either.
   This is how I open the inAppBrowser
   ` var options = "location=no,clearcache=yes,clearsessioncache=yes,zoom=no,hardwareback=yes"`
   `var ref = cordova.InAppBrowser.open(encodeURI(myurl), '_blank', options);`
   
   I don't know if you need more Information, I can also provide a video if necessary. 
   
   ### Command or Code
   See above
   
   
   ### Environment, Platform, Device
   It only happens on ios. 
   I'm testing on an iPhone X, IOS 12.1
   
   
   
   ### Version information
   Cordova CLI: 8.1.2
   Cordova IOS: 5.0.0
   Xcode 10.1
   
   Other Plugins i use:
   cordova-plugin-splashscreen 
   cordova-plugin-statusbar
   cordova-plugin-network-information
   cordova-plugin-file
   cordova-cookie-master
   cordova-plugin-cache
   cordova-jailbreak-check
   phonegap-plugin-push
   cordova-plugin-file-opener2
   cordova-plugin-blurry-privacy-screen
   anyline-document-snapper
   cordova-diagnostic-plugin
   cordova-plugin-nativestorage
   
   
   
   ## 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