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
I stumbled across an interesting glitch. If you zoom in / out of an image and then attempt to swipe across to the next image; the gallery will occasionally glitch and ignore the swipe gesture. At this point it appears to be permanently glitched and scrolling left / right to navigate through the gallery does not work.
The text was updated successfully, but these errors were encountered:
That is expected behavior, when PhotoViewScaleState is set to zooming, the panning gesture of the PageView is locked. We should figure out a way to make it not lock when image is smaller than PhotoViewComputedScale.contained
I stumbled across an interesting glitch. If you zoom in / out of an image and then attempt to swipe across to the next image; the gallery will occasionally glitch and ignore the swipe gesture. At this point it appears to be permanently glitched and scrolling left / right to navigate through the gallery does not work.
The text was updated successfully, but these errors were encountered: