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
Comparing PhotoViewGallery.builder to native functionality, like e.g. within iOS, I find that the overall experience is different:
Since scrolling between pages blocks zooming, I suggest, that the speed of transition speeds up (especially at the end). Any easy solution to do that? Otherwise, many users try zooming (which is blocked, even though the page appears to be already snapped in).
Is there a way to block changing pages when two fingers are on the picture, so that zooming is the primary gesture?
iOS allows you to change pages, even tough you are zoomed in (with a nice bouncing effect).
Thanks a lot - it's a great package.
The text was updated successfully, but these errors were encountered:
msw333
changed the title
Speed up transition to not 'block' zooming that long on PhotoViewGallery
Speed up transition to not 'block' zooming and block changing pages when two fingers are used
Apr 25, 2019
msw333
changed the title
Speed up transition to not 'block' zooming and block changing pages when two fingers are used
Making the picture directly zoomable when page is changed
Apr 25, 2019
We had lots of pf changes on the Gallery recently (#197). I believe your point 2 is now resolved.
Regarding blocking page change when zooming in, that was changed on #197 as well.
But we still have the problem regarding page change speed and I think the page change effect could be better. We can improve that in the future.
Since we got no answer for a while, I am automatically closing this issue for the sake of organization.
If there is any news on that, feel free to retake the discussion.
Comparing PhotoViewGallery.builder to native functionality, like e.g. within iOS, I find that the overall experience is different:
Since scrolling between pages blocks zooming, I suggest, that the speed of transition speeds up (especially at the end). Any easy solution to do that? Otherwise, many users try zooming (which is blocked, even though the page appears to be already snapped in).
Is there a way to block changing pages when two fingers are on the picture, so that zooming is the primary gesture?
iOS allows you to change pages, even tough you are zoomed in (with a nice bouncing effect).
Thanks a lot - it's a great package.
The text was updated successfully, but these errors were encountered: