-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gear VR touchpad crashes A-Frame when remote debugging #3524
Comments
I can confirm the crash on a Gear VR with a Galaxy S6 running Android 7.0 |
We are also tracking this on the Oculus Browser side to see if this is our issue or a framework issue. Once we know more we may take over the task or supply further details. |
thanks @DigiTec -- let us know if there is anything we can gather for you that would be helpful. |
A component that may be of value here is my aframe-button controls (https://github.com/DougReeder/aframe-button-controls). It implements the modern algorithm of listening for Pointer events if supported, falling back to Touch events, and if Touch events aren't supported, falling back to Mouse events. It appear Oculus Browser implements Pointer events for the touchpad, but Samsung only implements (emulated) Touch events. |
Oculus Browser / GearVR issue. Don't think this should be in A-Frame's court. |
Description: When using A-Frame in the Oculus browser, connected to the Gear VR as a Remote Device, A-Frame will crash when tapping the touchpad. The URL below uses the log component showing that the touchpad fires the click event just fine, though no touch events are registered. One you remotely connect to the Gear VR for debugging through Chrome, it'll catch a touchstart event and then crash A-Frame.
The text was updated successfully, but these errors were encountered: