Android Webview gives net::ERR_CACHE_MISS message

后端 未结 7 1814
深忆病人
深忆病人 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:40

    Also make sure your code doesn't have true for setBlockNetworkLoads

    webView.getSettings().setBlockNetworkLoads (false);
    

提交回复
热议问题