StfalconImageViewer icon indicating copy to clipboard operation
StfalconImageViewer copied to clipboard

Going to the next/previous image, while the current image is in zoomed state

Open ilant opened this issue 4 years ago • 1 comments

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 avatar Sep 18 '20 15:09 ilant

@ilant you can change this by forking the repo and change in ImagesPagerAdapter.tk: setOnViewDragListener { _, _ -> setAllowParentInterceptOnEdge(scale == 1.0f) } to: setAllowParentInterceptOnEdge(true)

mobielbekeken-thijs avatar Aug 11 '21 13:08 mobielbekeken-thijs