cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
iframe xhr polyfill incorrect path
If i'm executing javascript code in an iframe, and I try to load assets using AJAX within that frame, the XHR polyfill won't load the correct url (relative to the iframe href path), and instead will try to look into the root folder
@Zorgatone can you provide a full repo reproducing the issue?
It feels like it is multi variable problem I can't resolve without a complete example
@Zorgatone for the interim, you can transform paths in xhr.js._wk_open() as required.