-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhotoViewGallery does not switch image sometimes and the onTapUp callback dose not run. #223
Comments
me too! Did you solve it? |
After I upgraded the flutter version to 1.12.13+hotfix.5, This problem seems to be solved。 |
I couldn't find the root cause for this, must be nin the framework. A diferent approach for the gallery ahs to be made. |
I also encountered the same problem! |
Mee too :( |
Anyone solve this issue? |
I shall ask any of you to test the code on #266 for the gesture detection. |
Same issue here, no solutions yet? :( Or alternatives? Pardon me if I'm mistaken, but I haven't found any similar package. |
Issue still persists with the latest dev version of flutter and photo_view (hooked up to git). |
When update to the latest master version of flutter, the same problem appear. |
I also encountered the same problem! |
PhotoViewGallery does not scroll sometime and the onTapUp callback dose not run.
What is the current behavior?
When i am scrolling the gallery horizontal to switch the image , the gallery does not response. I set onTapUp callback to the options, but the tapup callback does not run.
Versions:
photo_view 0.9.0
OS:Android ,have not test ios yet
Flutter:Flutter 1.9.1+hotfix.6
I am using flutter_advanced_networkimage as the imageprovider , is it related?
The text was updated successfully, but these errors were encountered: