bamdart Posted March 26, 2018 Share Posted March 26, 2018 Any sample in wave sdk can do? I want to click a sphere, and link to an url with browser Someone say Application.OpenURL("http://www.google.co.uk"); is useful but i can't do it. Thx. Link to comment Share on other sites More sharing options...
Tony PH Lin Posted March 29, 2018 Share Posted March 29, 2018 From my understanding, there is no sample in Wave SDK related to your attempt. Maybe you can try to search from Unity website. Link to comment Share on other sites More sharing options...
Thunderbox Posted June 12, 2019 Share Posted June 12, 2019 Did you manage to get this working? I use Application.OpenURL(URL.Value); in all my apps and it works on every platform except Vive Focus. Presumably there is another way to open the browser from a Unity app? Link to comment Share on other sites More sharing options...
EnduvoJD Posted June 21, 2019 Share Posted June 21, 2019 I believe the issue is with the Vive Browser application. After downloading FireFox Reality, I was able to open webpages this way. Link to comment Share on other sites More sharing options...
henrikvrtraveler Posted June 24, 2019 Share Posted June 24, 2019 That could mean the Vive Browser doesn't register as a browser in the system? That's something that should be rectified quite easily by changing the AndroidManifest with intents by HTC. ( tag added by moderator) Link to comment Share on other sites More sharing options...
Corvus Posted June 26, 2019 Share Posted June 26, 2019 After looking into this issue I have some good news to share with developers. In January HTC Vive announced a partnership deal with Mozilla for Firefox Reality to be the default internet browser: https://blog.mozilla.org/blog/2019/01/08/mozilla-announces-deal-to-bring-firefox-reality-to-htc-vive-devices/https://blog.vive.com/us/2019/01/07/htc-vive-teams-mozilla-aws/ This partnership means that with the next system update (no confirmed schedule yet) Firefox Reality browser will be integrated as the default browser for Vive Focus and Focus Plus!Firefox Reality is a great VR browser and developers who have it installed may have noticed it will work with WebVR, android intents, and Unity functions such as Application.OpenURL("http://www.google.co.uk"); Stay tuned to the community forums for more information and updates. ( ) Link to comment Share on other sites More sharing options...
EnduvoJD Posted September 11, 2019 Share Posted September 11, 2019 I needed a solution to authenticate users to dropbox before this update and used WebViews. My WebViews no longer work. Is this because of the update? Will using Application.OpenURL(URL); cause my application to close? I need a solution which allows my users to easily open the web app, copy their authorization code, and return to my app. Link to comment Share on other sites More sharing options...
EnduvoJD Posted September 11, 2019 Share Posted September 11, 2019 1 hour ago, EnduvoJD said: I needed a solution to authenticate users to dropbox before this update and used WebViews. My WebViews no longer work. Is this because of the update? Will using Application.OpenURL(URL); cause my application to close? I need a solution which allows my users to easily open the web app, copy their authorization code, and return to my app. EDIT: After further investigation, it seems that it may be something specific about the dropbox webpage, because google does load on the webview. I would still like to know about my question above though regarding the Firefox update. @Corvus @Tony PH Lin Link to comment Share on other sites More sharing options...
Corvus Posted September 11, 2019 Share Posted September 11, 2019 @EnduvoJD The update should not effect WebViews. Using Application.OpenURL() won't always close your app, Android will background your app but in my testing it does usually get closed to free up memory. Link to comment Share on other sites More sharing options...
Lezgin Posted November 30, 2022 Share Posted November 30, 2022 Any news here? Currently developing for Focus 3 with unity. Currently running my app with vive Business Streaming. Application.OpenURL(URL.Value); Only opens a new tab on my windows browser, not on the HMD itself. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now