chenzlabs / gearvr-controls

As of A-Frame 0.6.0, a version of this component is now available as a core component instead! ... Per https://github.com/aframevr/aframe/pull/2183 and https://github.com/aframevr/aframe/pull/2192, this A-Frame component provides controller support for the Gear VR touchpad in Samsung Internet VR browser and Carmel browser.
https://chenzlabs.github.io/gearvr-controls/
MIT License
14 stars 2 forks source link

Support touch move events of gearvr controller #3

Open rzr opened 5 years ago

rzr commented 5 years ago

Hi,

I know this component is merged into aframe: https://github.com/aframevr/aframe/pull/2183

But is this project still alive for experimentation ? or at least a place for support ?

I have observed that only touch down and up events are displayed on gearvr model when sVRbrowser is in stereo mode, while in 2D mode the touch moves are well managed.

May this issue not specific to gearvr-controls but maybe samsung internet or anywhere else between browser API and A-Frame.

Hints welcome.

machenmusik commented 5 years ago

Question: When you say sVRbrowser do you mean the Samsung Internet (Gear)VR browser, rather than the Oculus Browser, or the normal Samsung Internet browser?

rzr commented 5 years ago

yes the SamsungInternet VR browser (com.sec.android.app.svrbrowser)

I am making a PoC app and sharing notes: https://github.com/rzr/webthing-iotjs/wiki/XR

machenmusik commented 5 years ago

At one point there was some code for the trackpads on the GearVR in the Samsung Internet browser that, when in immersive mode, translated pad swipes into joystick movements instead of exposing as touchpad events. If that code is still there, that is almost certainly your issue.