You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double tap in FrescoImageViewer has double logic: zoom-in/zoom-out with fixed-step and zoom-in/zoom-out with single-finger-pinch.
In Google Maps, app waits a little delay. If there was no interaction, app recognize gesture as fixed-step. If interaction was, recognize as single-finger-pinch.
FrescoImageView fires both. So when I do signle-finger-pinch (double tap with active last tap): app do zoom-in (sometimes zoom-out) and then recognizes all my finger moves as zoom.
I think, we should allow to disable some of this logics, or configure long of delay.
The text was updated successfully, but these errors were encountered:
Hi @comm1x and thank you for such interesting observation! :)
Let me know when your PR for PhotoView library will be merged and I'll be able to update it for FrescoImageViewer library. Cheers!
At first, thank you for your library!
Double tap in FrescoImageViewer has double logic: zoom-in/zoom-out with
fixed-step
and zoom-in/zoom-out withsingle-finger-pinch
.In Google Maps, app waits a little delay. If there was no interaction, app recognize gesture as
fixed-step
. If interaction was, recognize assingle-finger-pinch
.FrescoImageView fires both. So when I do signle-finger-pinch (double tap with active last tap): app do zoom-in (sometimes zoom-out) and then recognizes all my finger moves as zoom.
I think, we should allow to disable some of this logics, or configure long of delay.
The text was updated successfully, but these errors were encountered: