moravianlibrary / AndroidZoomifyViewer

Other
6 stars 3 forks source link

SingleTapListener.onSingleTap not called after short swipe #11

Closed rzeh4n closed 10 years ago

rzeh4n commented 10 years ago

It seems like single tap in TiledImageView is not detected properly. It looks like source of this problem are very short swipes. After any swipe finishes, there's obviously no single tap detected. There should be a treshold for swipes in order to avoid this behaviour.