Skip to content
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

Closed
slhawkins opened this issue Apr 6, 2018 · 5 comments
Closed

Gear VR touchpad crashes A-Frame when remote debugging #3524

slhawkins opened this issue Apr 6, 2018 · 5 comments

Comments

@slhawkins
Copy link

slhawkins commented Apr 6, 2018

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.

@DougReeder
Copy link
Contributor

I can confirm the crash on a Gear VR with a Galaxy S6 running Android 7.0

@DigiTec
Copy link
Contributor

DigiTec commented Apr 7, 2018

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.

@machenmusik
Copy link
Contributor

thanks @DigiTec -- let us know if there is anything we can gather for you that would be helpful.

@DougReeder
Copy link
Contributor

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.

@ngokevin
Copy link
Member

Oculus Browser / GearVR issue. Don't think this should be in A-Frame's court.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants