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
Long images, before a recent update, would fit width when you scrolled. While not the best way to do it at least it worked. After this recent update, long images now display with fit height and you can't properly zoom in.
I think long images should be fit width (by default, not only after scrolling) so you can actually view them.
I tried building on Windows to implement this myself but ran into far too many issues so decided to open a ticket.
The text was updated successfully, but these errors were encountered:
Fit width without scrolling won’t work because the image would be cropped. The new viewer separates the image and the information panel, so I can't enable scrolling for the image without causing gesture conflicts.
My solution is to fix zooming so that scrolling works while in zoom mode. I believe most gallery apps use this same design.
I didn't mean to remove scrolling I just meant have it fit width instantly. I updated to the latest version (I forget the number) but it was the one where you added Plus and that removed the thing where when you opened a long image and scrolled instead of opening the info panel it would zoom the image to fit width. I'm proposing that its fit width instantly and then the user can scroll to continue viewing the image and when its done you open the info panel. Perhaps have something where you can tap the image to then scroll down to view the info panel similar to how Mihon will display the full image and only when you tap does it show an overlay which is when you can exit viewing to prevent accidental exits. I think Boorusama would have to do it a little different to still allow for swiping left/right but having you tap IF you want to view the info panel half way through the image.
Long images, before a recent update, would fit width when you scrolled. While not the best way to do it at least it worked. After this recent update, long images now display with fit height and you can't properly zoom in.
I think long images should be fit width (by default, not only after scrolling) so you can actually view them.
I tried building on Windows to implement this myself but ran into far too many issues so decided to open a ticket.
The text was updated successfully, but these errors were encountered: