roeierez / infinite-list

Infinite list in javascript that scrolls in 60fps
623 stars 45 forks source link

can not add 'click' event #13

Closed chenshaomou closed 7 years ago

chenshaomou commented 8 years ago

can not add 'click' event

krishnaff commented 7 years ago

Yes, any pointers on how to add a click event on mobile please? (clicks register fine on the browser). I tried touchstart, touchend etc, but a click/tap is not registering on any of the wrapped divs. :( Thanks

roeierez commented 7 years ago

I just committed a fix on master Can you tell me if you events are fired? By the way as there is now a big deployment that uses this list I am improving it intensively in the next days. The improvements are done at the branch native_scroller (which implies on adding native scroller support for desktop). More issues will be solved there and when I feel it is robust enough I will merge to master.

roeierez commented 7 years ago

The scroll implementation has swallowed the touch start event. Fixed it.

krishnaff commented 7 years ago

hello @roeierez this works really well now. the best plugin without any external dependencies. thanks! :)