jurahalas opened a new issue, #1453: URL: https://github.com/apache/cordova-ios/issues/1453
with this pugin "cordova-plugin-wkwebview-file-xhr": "3.1.1", If it's the first app install, it gets stuck on the splash screen, and document.addEventListener('deviceready', startApp, false); is not triggered. If rerun the app it works fine. "dependencies": { "cordova": "12.0.0", "cordova-ios": "7.1.1" }, "devDependencies": { "cordova-plugin-wkwebview-file-xhr": "3.1.1" }, "cordova": { "plugins": { "cordova-plugin-wkwebview-file-xhr": {} }, "platforms": [ "ios" ] } -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org