-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Request]: Support back gesture in media lightbox #375
Comments
Even the "Gesture Improvements" Gnome Extension, with a special forward/backward App Gesture addition for Tuba could not get this working. |
Ok, this won't work with posts containing multiple images if they have to be arranged horisontally... would it be possible to enable a different gesture or arrange them vertically instead? Right now, the media lightbox is the only thing forcing you move the cursor to the extremes of the app window to navigate out of. Basically every other common interaction you perform with the app (except for posting) can be made by keeping the cursor near the middle of the screen... This might be solved by the single click on the background, but the more I think about it, a single click anywhere to close the media lightbox would probably be preferrable for the fastest navigation possible! |
There was (still is on v0.3.2) a drag gesture to dismiss it (drag the image up or down). It was removed on #326 due to issues with mobile devices triggering it on touch (which I couldn't reproduce on desktop with touch simulation).
I'll consider drag to dismiss again but it will have to go through extensive testing on mobile first. The Carousel is as-is (gestures, direction and all).
I don't think the main view and the media viewer are comparable. The main view is a list of items, the media viewer has a single focus point (the media) and actions around it.
While more gestures are definitely nice to have, we are reaching the point where users might feel overwhelmed and perhaps scared of what action might get triggered by simply touching their touchpad or screen. There's 5-6 different ways (keyboard and mouse shortcuts) to go back, the media viewer alone has horizontal drag, pinch to zoom, 2 finger swipe, (soon) double click, general drag when zoomed in to pan, mouse wheel when zoomed in & other gestures. I don't think single click to dismiss is appropriate. |
I think a better way to use touchpad, or touchscreen device navigation to go back to timeline is using two fingers with image shown fully zoomed out:
Instead of two fingers swiping left or right since that is already used to switch between images. The two fingers swiping down feels very natural in removing what you are looking at (like tearing a page off the notebook). I have not seen that implemented in Gnome, however there are various iOS apps where an opened image (fullscreen image type) is dismissed by swiping down with two fingers. |
Tuba 0.6 closes the media view with swipe up/down (one finger on touchscreens, two fingers on touchpad). I think this is about good as it gets, since horizontal swipes change the image. |
Yeah, I think we can close this now! fixed by: #602 |
Describe the request
On a laptop with a touchpad, you still have to move the pointer to the top left corner and tap in order to exit the media lightbox.
It would be more efficient for pure touchpad navigation if the general two finger swipe to the left would be recognized and supported as a means to go back to the timeline.
Implementation Details
The text was updated successfully, but these errors were encountered: