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

Support touch events #17

Open
wyqydsyq opened this issue May 2, 2019 · 1 comment · May be fixed by #18
Open

Support touch events #17

wyqydsyq opened this issue May 2, 2019 · 1 comment · May be fixed by #18

Comments

@wyqydsyq
Copy link

wyqydsyq commented May 2, 2019

Touch events on mobile aren't being captured by the underlying mouse-change package used by regl-camera.

Could potentially be solved by replacing use of mouse-change with https://interactjs.io/docs which abstracts click/touch and also supports gestures which would enable adding pinch to zoom on mobile

@MaxBittker MaxBittker linked a pull request Dec 29, 2019 that will close this issue
@MaxBittker
Copy link

MaxBittker commented Dec 29, 2019

took a crack at this, if you want to use my fork, point your package.json at
"regl-camera": "maxbittker/regl-camera",

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

Successfully merging a pull request may close this issue.

2 participants