jairajs89 / Touchy.js

A simple light-weight JavaScript library for dealing with touch events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling preventDefault() on touch events

crazy2be opened this issue · comments

I didn't see any way to do this from the docs or a brief look through the source code. Does touchy provide any way for an event handler to call preventDefault() on the underlying event object?

(I need this as a fix for http://code.google.com/p/android/issues/detail?id=19827)