VincentChever opened a new issue #429: iOS - webView reboot URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/429 Hi, I'm using webView to open url. This work great on Android, but on iOS the webView reboot all the time with the following info : `2019-02-20 16:11:27.271962+0100 Test[3520:1017189] Starting a timer to track page load time that will expire in '10' seconds. 2019-02-20 16:11:27.272663+0100 Test[3520:1017189] IAB.close() called but it was already closed. 2019-02-20 16:11:27.954663+0100 Test[3520:1017189] Concatenating JS found in path: '/var/containers/Bundle/Application/BBC756E3-C363-4661-BCD0-5092DB7EDBF2/Test.app/www/js/index.js' 2019-02-20 16:11:27.956128+0100 Test[3520:1017189] Concatenating JS found in path: '/var/containers/Bundle/Application/BBC756E3-C363-4661-BCD0-5092DB7EDBF2/Test.app/www/cordova.js'` I've add the plugin cordova-plugin-wkwebview-engine for iOS and I open the url like that : `var target = "_self"; var options = "location=no,zoom=no,hidden=yes,clearcache=no,clearsessioncache=no"; if(device.platform == "iOS"){ options += ",usewkwebview=yes" } ref = cordova.InAppBrowser.open(url, target, options );` Platform : `cordova-ios 4.5.5` Did I miss something ?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
