We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

.apk for Meta Quest 3 to open a link with Meta Quest Browser

Home Forums Jobs and Opportunities .apk for Meta Quest 3 to open a link with Meta Quest Browser

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #79163
    tomtm
    Customer

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.