Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol not found #169

Open
serkanucar opened this issue Apr 8, 2019 · 1 comment
Open

Protocol not found #169

serkanucar opened this issue Apr 8, 2019 · 1 comment

Comments

@serkanucar
Copy link

new FinestWebView.Builder(getActivity()).showUrl(true).show("www.google.com");

java.net.MalformedURLException: Protocol not found: www.google.com
at java.net.URL.(URL.java:176)
at java.net.URL.(URL.java:125)
at com.thefinestartist.finestwebview.helpers.UrlParser.getHost(UrlParser.java:12)
com.thefinestartist.finestwebview.FinestWebViewActivity.initializeViews(FinestWebViewActivity.java:554)

@Cililing
Copy link

Cililing commented Apr 9, 2019

It's not valid URI. You have to specifiy protocol, for example - https://www.google.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants