Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[Android] Double-taps are sometimes mistaken for quickzooms #3132

Closed
brewin opened this issue Nov 25, 2015 · 1 comment
Closed

[Android] Double-taps are sometimes mistaken for quickzooms #3132

brewin opened this issue Nov 25, 2015 · 1 comment
Labels
Android Mapbox Maps SDK for Android bug

Comments

@brewin
Copy link
Contributor

brewin commented Nov 25, 2015

With ad0b37f I've noticed double-tap zooming is a little more difficult than it is on Google Maps. I think Google Maps measures the distance between double-tap ACTION_DOWN and ACTION_UP. If it's under a certain threshold (maybe getScaledTouchSlop) then it doesn't count as a quickzoom. Right now, if your finger strays a few pixels after ACTION_DOWN, it's considered a quickzoom even though it was probably just a sloppy double-tap.

@brewin brewin changed the title Double-taps aren't detected as often as they should be [Android] Double-taps are sometimes mistaken for quickzooms Nov 25, 2015
@tobrun tobrun added Android Mapbox Maps SDK for Android bug labels Nov 26, 2015
@tobrun tobrun added this to the android-v2.3.0 milestone Nov 26, 2015
@tobrun
Copy link
Member

tobrun commented Dec 1, 2015

Closed with 60b0e78

@tobrun tobrun closed this as completed Dec 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android bug
Projects
None yet
Development

No branches or pull requests

2 participants