📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.91k
stars
547
forks
source link
[BUG] `onTapUp` is not called when touch is lifted #524
Describe the bug
onTapUp
is not called after touch has been lifted onPhotoView
.To Reproduce
onTapUp
onTapUp
callback not getting triggeredWhat is the current behavior?
onTapUp
is not called.Expected behavior
onTapUp
is called.Screenshots No screenshots.
Which versions of Flutter/Photo View, and which browser / OS are affected by this issue? Did this work in previous versions of Photo View?
`
photo_view: ^0.14.0`Not sure, this is the first time I want to use this callback.