ionic-team / cordova-plugin-ionic-webview

Web View plugin for Cordova, specialized for Ionic apps.
Apache License 2.0
487 stars 395 forks source link

Replace local server with Webviewassetloader #629

Open NiklasMerz opened 3 years ago

NiklasMerz commented 3 years ago

I tried to get the WebViewAssetLoader loader running to see how it works (see #483). Implementing this was pretty straightforward and it works with cordova-android@9 and AndroidX enabled.

Right now it loads a basic Ionic app seemingly fine. I did not do extensive tests yet. Many of the Android features are removed/not implemented yet as I don't know exactly what is still needed.

Request for comments :-). Maintainers can push to this branch however they like,