-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Viewer toolbar doesn't automatically hide #505
Comments
I'm working on a suggested fix for this issue. |
nikclayton
pushed a commit
that referenced
this issue
Mar 10, 2024
Previous code showed the toolbar and caption when displaying the image, and the user has to tap the screen to dismiss it. New code is consistent with the video viewer; the toolbar and caption is displayed for two seconds, and then auto-hides. - Tapping after the hide displays the toolbar and caption, which will not auto-hide and requires a second tap to dismiss. - Tapping the caption before it's hidden cancels the auto-hide Fixes #505
nikclayton
added a commit
that referenced
this issue
Mar 13, 2024
Cancel the auto-hide behavior in case the toolbar menu items are interacted with. Improves #505, #507 --------- Co-authored-by: Nik Clayton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When viewing an Image, it is not straightforward to understand that tapping on it will hide the toolbar and alt sheet, and those elements might get in the way of them viewing the full image.
Describe the solution you'd like
Automatically hiding the toolbar and alt sheet after some short time might help the user two ways:
Additionally, this behavior could be cancelled when the user is actually interacting with the toolbar or the alt sheet.
Describe alternatives you've considered
Haven't thought of any, to be honest.
Additional context
A user reported that the toolbar overlaps the image content as a bug on: https://mastodon.online/@Sibshops/111966215305480340
The text was updated successfully, but these errors were encountered: