Need some help to solve following problem:
Yesterday I had a cool demonstration to show some VR Projects with Meta Quest 3.
The only problem was the fact that Meta Quest Browser just allows bookmarks to call the sites.
I would like to have a little app in the task bar which calling an URL with opening the Meta Browser.
I tried to do it with http://www.kodular.io , which also has Puzzle called Blocks.
The .apk was installed properly, but no Browser opened.
Maybe it’s a restriction or I did something wrong.
I tried following:
When Button1.Click
ActivityStarter.Action = “android.intent.action.VIEW”
ActivityStarter.DataUri = “https://www.examplesite.com”
ActivityStarter.PackageName = “com.oculus.browser”
ActivityStarter.StartActivity
If someone has experience with this topic would be great.
Tom