randolph249 / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
0 stars 0 forks source link

Incorrect value of "moved" property ? #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Why do you reset to false that.moved = false (line 441) on resetPosition ?
In my opinion, when you finish moving : it has moved and should stay true.

I'd like to use this property to know when I click an element if it's a real 
click or a touchStart and move click. If it's true, it means scroll has moved, 
if not, it means it's a real click.

What do you think ?

Original issue reported on code.google.com by ar%bebou...@gtempaccount.com on 15 Feb 2011 at 10:20