basshelal / UnsplashPhotoPicker

📷 Android Library providing a photo picker to search and download photos from Unsplash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the photo be draggable when viewing it in `PhotoShowFragment` like what Google Photos does

basshelal opened this issue · comments

So the user can drag it up and down to move it vertically and after a certain threshold it will dismiss

Too complex with PhotoView, I believe there were conflicts over who was allowed to do the touch (original PhotoView zoom etc or our own dragging) which caused strange bugs on Photos with higher margins and different proportions. This is mainly due to PhotoView not having a way to truly know if the user has zoomed in or if the current zoom is the original or not.
Anyway this wasn't a necessary feature and maybe I'll reopen this again later if we do need this in the future but for now I'll just close it.