Closed ruslan-bikkinin closed 4 years ago
Hi @sithwarrior, if you have time could you please check this on your app?
@ruslan-bikkinin after some testing. it seems to be working nicely, the app is hosted correctly, and local files and media, loads as expected, updates also work as expected.
Im going to test it some more tomorrow.
Related issue #624.
What this PR does:
Starting with cordova-ios 6
UIWebView
is replaced withWKWebView
and alsoWKURLSchemeHandler
is introduced which allow users to specify app scheme to avoidfile://
requests (that causes CORS issues). Previously Code Push update was loaded on WebView usingfile://
requests, but now if app scheme is configured plugin will be using it to load the updated app page.Apple completely drops support for UIWebView as of December 2020. PR removes support for UIWebView as well.