Skip to content

support Android Intents for deep-linking URLs in Samsung Internet Browser on Gear VR #16

Closed
@cvan

Description

@cvan

It would be nice to have Android Intents supported in Samsung Internet Browser.

My specific use case is I want a user on 2D mobile be able to click the "Enter VR" button on an A-Frame WebVR site, and have that trigger opening the Samsung Internet Browser in Gear VR mode.

In order to intercept that click, an Android Intent would need to be registered for the Samsung Internet Browser Android app, as well as a JavaScript protocol (intent://):

<a href="intent://#Intent;package=com.samsung.browser;S.uri=https://aframe.io/aframe/examples/showcase/spheres-and-fog/;end">Enter VR</a>

Here are the docs for Android Intents with Chrome, which works today in Chrome for Android.


See the discussion in this Twitter thread: https://twitter.com/cvanw/status/910428329114689536


Related reading:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions