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

Why let changedTouches=touches in ejecta.js ? #63

Closed
finscn opened this issue Nov 24, 2012 · 1 comment
Closed

Why let changedTouches=touches in ejecta.js ? #63

finscn opened this issue Nov 24, 2012 · 1 comment

Comments

@finscn
Copy link
Contributor

finscn commented Nov 24, 2012

in HTML5 , changedTouches != touches. they are very different.

I think the changedTouches(HTML5) == touches(in iOS native) ,
but the touches(HTML5) means all touches that still on the device at that moment

@finscn
Copy link
Contributor Author

finscn commented Nov 24, 2012

please read this : http://www.w3.org/TR/touch-events/#attributes-2

the apple official document( http://developer.apple.com/library/safari/#documentation/UserExperience/Reference/TouchEventClassReference/TouchEvent/TouchEvent.html ) is not right , it's too old ( Last updated: 2010-12-16 )

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

2 participants