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
To feel fully immersive, rotating an image should smoothly toggle only the size + orientation (in a single step). Unlike the simple fix which was landed to close #624, please don't also reset other things about the view state (like whether the alt text + controls are displayed)
Tap on a wide image to display fullscreen (portrait)
Tap once to get rid of alt text + controls
Rotate device
Rotate device back
Expected behavior:
3a. Immediately see fullscreen landscape image
4a. Immediately see fullscreen portrait image
Actual behavior:
3a. Brief peek at missized landscape image
3b. Image resizes correctly, but underneath alt text + controls
3c. Tap to get rid of the overlay
4a, 4b, 4c. Similar multistep process for portrait
The two-step resizing effect seems to be more noticeable for images which don't have alt text+/or which have a less square aspect ratio
It's also worth considering how to handle rotation when the image is already zoomed in. Simplest implementation would rezoom to fit the new viewport (fullscreen). More immersive implementations might try to preserve the zoom level +/or focal point (but have special cases to consider when that doesn't "fit")
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
To feel fully immersive, rotating an image should smoothly toggle only the size + orientation (in a single step). Unlike the simple fix which was landed to close #624, please don't also reset other things about the view state (like whether the alt text + controls are displayed)
Expected behavior:
3a. Immediately see fullscreen landscape image
4a. Immediately see fullscreen portrait image
Actual behavior:
3a. Brief peek at missized landscape image
3b. Image resizes correctly, but underneath alt text + controls
3c. Tap to get rid of the overlay
4a, 4b, 4c. Similar multistep process for portrait
Attachments
screen-20250114-132119.mp4
Rotating the image here:
https://bsky.app/profile/carlbergstrom.com/post/3lfh2vt36ys2e
What platform(s) does this occur on?
Android
Device Info
Pixel 6a
What version of the app are you using?
Build version: 1.96.3.507; Bundle info: 9f075b1 (prod); Bundle date: 24123121; Platform: android; Platform version: 34
Additional Information
The two-step resizing effect seems to be more noticeable for images which don't have alt text+/or which have a less square aspect ratio
It's also worth considering how to handle rotation when the image is already zoomed in. Simplest implementation would rezoom to fit the new viewport (fullscreen). More immersive implementations might try to preserve the zoom level +/or focal point (but have special cases to consider when that doesn't "fit")
The text was updated successfully, but these errors were encountered: