p-lr / MapCompose

A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
220 stars 19 forks source link

Two fingers tap should be easier to trigger #76

Closed p-lr closed 2 years ago

p-lr commented 2 years ago

For now, the gesture has to be almost perfect. The two fingers should tap the screen at almost the same time, not move from even one pixel, and be released altogether. The gesture detection should be move permissive.

p-lr commented 2 years ago

@TimPushkin I've created to branch try-fix-#76. Could you try it out and tell me if that fixes the issue for you?

TimPushkin commented 2 years ago

Tried it, now it works nicely

TimPushkin commented 2 years ago

Waiting for this to be published