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
If for example we have an image with controller.aspectRatio = 16 / 9 and an image with smaller aspect ratio, like 9 / 16, and we drag up and down, the image is re-centered. This should not happen except when we have dragged more than the boundaries, and then the image should move to the position just before exceeding the boundaries.
The text was updated successfully, but these errors were encountered:
ramtinq
changed the title
The image is always re-centered when dragging and boundaries are not reached
The image is always re-centered when dragging (even if boundaries are not reached)
Mar 9, 2023
If for example we have an image with
controller.aspectRatio = 16 / 9
and an image with smaller aspect ratio, like9 / 16
, and we drag up and down, the image is re-centered. This should not happen except when we have dragged more than the boundaries, and then the image should move to the position just before exceeding the boundaries.The text was updated successfully, but these errors were encountered: