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

TouchEvent doesn't work #33

Closed
KazutoMurase opened this issue Apr 23, 2013 · 3 comments
Closed

TouchEvent doesn't work #33

KazutoMurase opened this issue Apr 23, 2013 · 3 comments
Labels

Comments

@KazutoMurase
Copy link
Contributor

I tried "interactivemarkers.html" as the file says, and "basic_controls" worked successfully. Then when it is opened by a windows phone, I can move the screen by mouse but cannot move it by multitouch.

I checked error console and found that "showAxes" and "preventDefault" methods don't work well.

The error messages are the following:


Uncaught TypeError: Object [object Window] has no methos 'showAxes'
onMouseDown ros3d.js:2527
onTouchDown ros3d.js:2652
dispatchEvent three.js:5958
ROS3D.MouseHandler.notify ros3d.js:2411
ROS3D.MouseHandler.processDomEvent ros3d.js:2381

Uncaught TypeError: Object # has no method 'preventDefault'
onTouchMove ros3d.js:2663
dispatchEvent three.js:5958
ROS3D.MouseHandler.notify ros3d.js:2411
ROS3D.MouseHandler.processDomEvent ros3d.js:2381


I already found that the previous "interactivemarkerjs" repo made the multitouch work well.
Would anyone fix it?

My environment is the following:
Browser: Google Chrome 24.0.1312.52m
Operation system:Windows 8
(Of course, I checked the WebGL is working well)

ros3djs
branch:stable
merge pull request #31

KazutoMurase

@rctoris
Copy link
Contributor

rctoris commented Apr 23, 2013

Hmm okay, thanks for the report. We will look into it!

@rctoris
Copy link
Contributor

rctoris commented Apr 26, 2013

Looks like an older version of the touch code was accidentally ported over during the switch. I will re-port and see what happens then.

@ghost ghost assigned rctoris Apr 26, 2013
@rctoris rctoris mentioned this issue Aug 23, 2013
@rctoris
Copy link
Contributor

rctoris commented Aug 23, 2013

#51

@rctoris rctoris closed this as completed Aug 23, 2013
k-aguete pushed a commit to k-aguete/ros3djs that referenced this issue Oct 21, 2022
readme link fixed and homepage link added to authors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants