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

fixed multi-touch operation for both Windows and Android tablet #87

Merged
merged 1 commit into from
Nov 13, 2014

Conversation

asisbot
Copy link
Contributor

@asisbot asisbot commented Nov 13, 2014

Users need three fingers when they want to move the WebGL 3D view by touch event so far.
But I combine the two operations, zoom-in/out and move, into one and now users need only two fingers.
In addition, behaviors of the domEvent attribute, "changeTouches", are different between Windows and Android tablets. That is why the operation "move" doesn't work in Windows-based tablets like Surface.
So I use the alternative attribute named "touches".

rctoris added a commit that referenced this pull request Nov 13, 2014
fixed multi-touch operation for both Windows and Android tablet
@rctoris rctoris merged commit 95554f0 into RobotWebTools:develop Nov 13, 2014
k-aguete pushed a commit to k-aguete/ros3djs that referenced this pull request Oct 21, 2022
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 this pull request may close these issues.

2 participants