-
Notifications
You must be signed in to change notification settings - Fork 702
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
WebView issue in Android #23
Comments
Hi I'm in the process of trying to figure this out as well. noticed that google.com defualts too HTTPS, which non of those sites work with this, so that could be causing your problems. Unless there is a fix i don't know about. Please post it if yo know it, because i think i'll need HTTPS, also, in players settings set: |
You need to add permission for internet in manifest. Add this to Plugins/Android/
|
Though you still need to prepare AndroidManifest.xml for performance (cf. https://github.com/gree/unity-webview/tree/770f34b6b5253bfa2e25fb651e72c62834ebe03c#android ), the latest version should work without troubles. If you need any assistance further, please reopen the issue. |
Hi,
I was not able to open an url using the plugiin n Android. I used the 'sample' project that was available with the source. I imported the 'unity-webview' package available in the 'dist' folder. I added a section to detect if the runtime is Android and open the url.
The url was set to: http://www.google.com
Thanks,
BP
The text was updated successfully, but these errors were encountered: