Android Webview gives net::ERR_CACHE_MISS message

后端 未结 7 1822
深忆病人
深忆病人 2020-12-04 16:56

I built a web app and wants to create an android app that has a webview that shows my web app. After following the instructions from Google Developer to create an app, I suc

7条回答
  •  温柔的废话
    2020-12-04 17:45

    Android WebView fix ERR_CACHE_MISS error solution

    you just need add one line code in your app/src/main/AndroidManifest.xml file as below screenshots shows.

    1. before

    1. after

提交回复
热议问题