dpogue commented on PR #1451: URL: https://github.com/apache/cordova-ios/pull/1451#issuecomment-2299551087
I _think_ what we'd need to do is explicitly set a cache policy on the `NSURLRequest` that is created when we load a URL into the `WKWebView`: https://github.com/apache/cordova-ios/blob/3a426fd37d478fb8ee93d6de613e55888c4fa02b/CordovaLib/Classes/Private/Plugins/CDVWebViewEngine/CDVWebViewEngine.m#L334 By default, that's going to use "default protocol cache behaviour", which is documented here: https://developer.apple.com/documentation/foundation/nsurlrequestcachepolicy/nsurlrequestuseprotocolcachepolicy?language=objc We might want to set the policy to `NSURLRequestReloadIgnoringLocalCacheData` and test if that solves the problem. -- 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