mwbrooks / thumbs.js

Add touch support to your browser with thumbs.js - a small, transparent, and syntax-less library.
http://mwbrooks.github.com/thumbs.js/
MIT License
318 stars 36 forks source link

Tap doesn't work on Android #3

Closed ryanbetts closed 13 years ago

ryanbetts commented 13 years ago

At the moment, it looks like either the custom Touch Event isn't being dispatched, or the handler is having trouble recognizing it. Unfortunately, TouchEvent documentation for Android's webkit browser is scant at best.

mwbrooks commented 13 years ago

Closing this off because the simplified tap works. The more complex tap will be coming soon.