I have a problem with my "webview" application, both the links to emal and the telephone contact, once clicked on in the application gives me this error:
net :: ERR_UNKNOW_URL_SCHEME
Do you know how I can solve?
I have a problem with my "webview" application, both the links to emal and the telephone contact, once clicked on in the application gives me this error:
net :: ERR_UNKNOW_URL_SCHEME
Do you know how I can solve?
I am not sure what happen to you without code that guess your mWebView.loadUrl is point.
your web String should looks like "https://www.google.com.tw/"
do not use "www.google.com"
hope it help.
following below:
mWebView.loadUrl("https://www.google.com.tw/")