Android loads webview and reports net::ERR_UNKNOWN_URL_SCHEME

In this case, the web page net::ERR_UNKNOWN_URL_SCHEME cannot be found

//加上它就OK了
webView.getSettings().setUserAgentString("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0");

Guess you like

Origin blog.csdn.net/zyy_give/article/details/96438396