StfalconImageViewer
StfalconImageViewer copied to clipboard
Going to the next/previous image, while the current image is in zoomed state
Is there any way to change the current image (swiping right-left) while it is in zoomed state ?
Sometimes its not very intuitive to return to the initial (original) image size, to be allowed to go to the next or previous image.
@ilant you can change this by forking the repo and change in ImagesPagerAdapter.tk:
setOnViewDragListener { _, _ -> setAllowParentInterceptOnEdge(scale == 1.0f) }
to:
setAllowParentInterceptOnEdge(true)