Skip to content
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

[When image is zoomed and you scroll the image the scroll stuck image not scrolling smoothly] #562

Open
moizirshad opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@moizirshad
Copy link

Describe the bug
When zoomed in on an image using the PhotoView package, scrolling the image becomes choppy and gets stuck, preventing smooth scrolling. This issue occurs specifically when the image is zoomed in.

To Reproduce
1 - Use the PhotoView package to display an image in your Flutter app.
2 - Zoom in on the image.
3 - Attempt to scroll the zoomed-in image.

What is the current behavior?
The image scrolls very little when zoomed in, and the scrolling feels stuck or choppy. This happens even when using different scroll physics like BouncingScrollPhysics

Expected behavior
The image should scroll smoothly and quickly when zoomed in, similar to the native scrolling behavior in iOS or other applications. Scrolling should be responsive and not get stuck.

Screenshots
Screenshot_1725004520

Which versions of Flutter/Photo View, and which browser / OS are affected by this issue? Did this work in previous versions of Photo View?
Flutter version: Flutter Channel stable, 3.13.0
Photo View version: 0.15.0

This issue persists in the latest version of the photo_view package. It may not have occurred in previous versions of the package.

@moizirshad moizirshad added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant