You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(ios) Fix#349 Allow navigation to cdvfile urls when using wkwebview.
WKWebView does not allow unknown url schemes so we have to intercept the request, stop it, and send out a new request for the equivalent file:// url.
Note: When the lowest cordova supported iOS version is 11.0 this can work around can potentially be removed. WKWebview for iOS 11+ supports "WKURLSchemeHandler" and "setURLSchemeHandler" which should allow actual support for the cdvfile scheme.
0 commit comments