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

touch event information #51

Open
bburdette opened this issue Apr 1, 2013 · 0 comments
Open

touch event information #51

bburdette opened this issue Apr 1, 2013 · 0 comments

Comments

@bburdette
Copy link

Just finished a long hack session getting touch events to work. Turns out google helpfully strips out the touch information from touch events before domina gets them, and then the touch events don't really support any of the stuff documented here:

https://developer.mozilla.org/en-US/docs/DOM/TouchEvent

My solution is here - basically getting the original browser event and accessing its touch stuff.

http://stackoverflow.com/questions/15732028/clojurescript-touch-events-and-domina/15745781#15745781

It would be nice if domina could make up for google's shortcoming by making the touch information available in the domina event structures.

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

1 participant