Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Loading URLs #51

Open
JoeFerrucci opened this issue Jun 28, 2016 · 1 comment
Open

Loading URLs #51

JoeFerrucci opened this issue Jun 28, 2016 · 1 comment

Comments

@JoeFerrucci
Copy link

The web view controller works great with fully-qualified URLs like "http://www.foodster.io" but it does not work if you drop the scheme, e.g., "www.foodster.io"

@dzenbot
Copy link
Owner

dzenbot commented Jul 3, 2016

seems like WKWebView cannot handle urls without the http scheme. A quick fix is to prefix the scheme to your urls, if missing. Maybe this fix can be included in the library too.

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

No branches or pull requests

2 participants