sergenious / MediaBrowserAndroid

Media Browser allows listing and viewing images and videos through directories (folders) on the internal and external storages on Android phones. Includes a panoramic viewer.
GNU General Public License v3.0
8 stars 1 forks source link

Imageview improvement: swipe up=go up one folder; swipe-down show photo infos (exif) #1

Open k3b opened 2 months ago

k3b commented 2 months ago

currently the image view uses swipe left/right to go to pevious/next image.

it would be great to add these swipes:

sergenious commented 2 months ago

This is in fact a good idea, but I don't know, how to make this vertical swiping smooth, without moving the image up and down. As for now, the image smoothly moves left or right, but if it would move in every direction, it might look chaotic. Maybe with some threshold, so that the image doesn't visually move up or down, until you swipe vertically at least some distance.