iwan-uschka edited a comment on issue #883: URL: https://github.com/apache/cordova-ios/issues/883#issuecomment-716736137
I want to confirm that i was able to make my app work again using `[email protected]` (thanks @breautek for mentioning) and `[email protected]`. I removed ``` <preference name="scheme" value="app" /> <preference name="hostname" value="localhost" /> ``` from my `config.xml`. Just mentioning because i tried it this way before. Result: - ✅ No CORS issues. - ✅ Authentication works which means cookies are set correctly when making AJAX requests. - ✅ No local storage issues thanks to `cordova-plugin-nativestorage-2.3.2` (see https://github.com/apache/cordova-ios/issues/883#issuecomment-637559770). - ✅ No issues when uploading files thanks to https://github.com/dpa99c/cordova-plugin-file-transfer (see https://github.com/apache/cordova-ios/issues/883#issuecomment-662172204). - ✅ Apple doesn't complain about any deprecated code. - ❌ Not able to load remote HTML assets (image for instance via `<img src="..." >`) which are accessible with a valid session cookie only. If somebody knows what to do here i really appreciate any hint or help here (or [here](https://github.com/oracle/cordova-plugin-wkwebview-file-xhr/issues/66#issuecomment-716714010) or [here](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/77#issuecomment-716741965)) Tested on: - ✅ iOS 12.4.8 - ✅ iOS 14.0.1 For the sake of completeness: I also updated to `[email protected]` and `[email protected]`. ---------------------------------------------------------------- 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]
