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

sample application bug (invalid URL scheme) #21

Closed
snaka opened this issue Jun 11, 2014 · 1 comment
Closed

sample application bug (invalid URL scheme) #21

snaka opened this issue Jun 11, 2014 · 1 comment

Comments

@snaka
Copy link

snaka commented Jun 11, 2014

webViewObject.LoadURL("files:/" + Application.dataPath + "/WebPlayerTemplates/unity-webview/" + Url);

This line make invalid URL scheme.
So I fixed like following line.

webViewObject.LoadURL("file://" + Application.dataPath + "/WebPlayerTemplates/unity-webview/" + Url);
@splhack
Copy link
Contributor

splhack commented Jun 11, 2014

Could you send a pull request for that? anyway, thank you.

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