lganzzzo/android-swipe-to-gridview

Detect click

Closed this issue · 2 comments

Hi @lganzzzo ,
how can i detect single tap (click) on a card of gridview?
onItemClick in onInterceptTouchEvent method of SwipeToGridViewLayout is called also for starting-scroll-tap, but i'd like to call it only for single tap events.
Thank you

Hi @riki-dexter ,

Please checkout this branch https://github.com/lganzzzo/android-swipe-to-gridview/tree/issues_1_better_touch_events.

And please let me know if it fixed the issue

Best Regards,
Leonid

Merged to master.
Issue closed.
@riki-dexter