elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
105 stars 39 forks source link

Swipe navigation gestures #542

Open danirabbit opened 4 years ago

danirabbit commented 4 years ago

So that we get a nice swipe gesture to go back to the library

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/84108420-swipe-navigation-gestures?utm_campaign=plugin&utm_content=tracker%2F60550306&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60550306&utm_medium=issues&utm_source=github).
alice-mkh commented 4 years ago

Right now it's not possible, libhandy need to either add a stack widget or a stack mode for leaflet first.

Also, I wonder if it would be better to pan the image with scrolling instead.

danirabbit commented 4 years ago

That's a good point about panning

danirabbit commented 4 years ago

Updating that it seems like we can use Hdy.Deck for this now

alice-mkh commented 4 years ago

Yes. Hdy.Deck is that stack-like widget.

cassidyjames commented 3 years ago

The ideal way I think this would work is panning when zoomed in, swiping between photos when zoomed out. Might have to play with that and see how it feels, though.