Closed
Description
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: