breautek commented on issue #1534: URL: https://github.com/apache/cordova-ios/issues/1534#issuecomment-2863224071
> Yes Thanks, That did the trick. Did not find this anywhere in the documentation but perhaps i overlooked. In all likeliness the quirk is probably not documented. > iOS defaults to file:// strategy, mainly for legacy reasons. I forgot to expand on this (while trying to keep my post short) is that by switching to from file:// to url schemes, you're document origin will change, which means that any web storage containers (cookies, local storage, indexeddb, etc) that you might have used will not be accessible as web storage containers are tied to the document origin. The data will still exist on disk in your app data, but the webview will be accessing a different container under the new origin. If you store important data in these containers, this is something to keep in mind if your working on an app that is already deployed to production and a migration strategy might be needed. -- 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 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