FinestWebView-Android
FinestWebView-Android copied to clipboard
Protocol not found
new FinestWebView.Builder(getActivity()).showUrl(true).show("www.google.com");
java.net.MalformedURLException: Protocol not found: www.google.com
at java.net.URL.
It's not valid URI. You have to specifiy protocol, for example - https://www.google.com