joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

Touch event fix #205

Closed danshultz closed 10 years ago

danshultz commented 10 years ago

On the Surface and some window touch interfaces, mouse events are issued when tapping the screen. Depending on how fat fingered your touch is, a mouse move event may be issued in between the mouse down and mouse up.

A tolerance has been added to provide a more consistent tap gesture.

I also cleaned up a few things in the file with this commit

danshultz commented 10 years ago

Yeah this no worky right - closing for another revision a bit later