cordova-plugin-wkwebview-file-xhr
cordova-plugin-wkwebview-file-xhr copied to clipboard
Cordova Plugin for WebView File XHR
Hello developer, Before completing the submission of this Pull Request, we encourage you to first open an Issue. You may find it easier first describing the problem you encountered and...
XCode 12.4 Cordova 6.0 Load image from local resource and Specifies the path to the image is local resource path **Device file path :** "file:///var/mobile/Containers/Data/Application/CE6CC1DD-2883-4FC8-932D-947242BC5020/Library/NoCloud/Driving_posture_V1_20140924_thumb.jpg " **simulator file path:** "file:///Users/mac2/Library/Developer/CoreSimulator/Devices/A78582B1-7A35-4530-B111-E464C058DCD2/data/Containers/Data/Application/ED800D6A-9E5B-42A5-99C7-56CFFB50B884/Library/NoCloud/Driving_posture_V1_20140924_thumb.jpg...
Thank you for this plugin, it really saved the day with regards to cordova + ios + xhr + cookies! I wanted to point out an issue I had with...
Here is the relevant code: https://github.com/oracle/cordova-plugin-wkwebview-file-xhr/blob/510de9340187f07c1626c2683101d71ab4637213/src/www/ios/xhr-polyfill.js#L666-L679 Why does it do that? An application should expect 0 status code for network issues, and defined http status codes such as 400 should...
I found that The return value of polyfilled `getAllResponseHeaders()` will not same as native, it will make some thing broken. I have created a pull request to fix this :...
Current system tries to load blob urls via File handler if loading page is from file protocol, as blob urls do not contain "://" (they usually have the form of...
I have an application that uses [email protected]. When running the app on iOS 16 or 17, the app crashes on the splash screen without any log on xcode and the...
When switching the device Lockdown Mode on XHR calls fail to load. I've traced this to the following code:  This issue is occurring on iOS 16.4.1a. Let...
I have been hunting for a method that will allow me to download files to the users general `Downloads` folder that can be accessed by the iPhones default `Files` app....
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": {...