breautek commented on issue #166: URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/166#issuecomment-660122006
> <preference name="scheme" value="file"/> Scheme cannot be any well known/defined scheme on iOS. So you cannot use `file`, or `http`, `https`, etc. Using `app` should work, it will make your urls look like `app://.....` but, the disclaimer still applies and your web storage will reset. For some people this isn't an issue. If web storage is very important to keep, you either need to find a way to migrate it using a plugin, or stick with the `file://` protocol. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
