cordova-plugin-wkwebview-file-xhr icon indicating copy to clipboard operation
cordova-plugin-wkwebview-file-xhr copied to clipboard

app gets stuck on the splash screen on its first run but works fine on subsequent runs

Open jurahalas opened this issue 1 year ago • 0 comments

If it's the first app install, it gets stuck on the splash screen, and document.addEventListener('deviceready', startApp, false); is not triggered.

"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"
		]
	}

jurahalas avatar Aug 07 '24 10:08 jurahalas