You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ilant you can change this by forking the repo and change in ImagesPagerAdapter.tk: setOnViewDragListener { _, _ -> setAllowParentInterceptOnEdge(scale == 1.0f) }
to: setAllowParentInterceptOnEdge(true)
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.
The text was updated successfully, but these errors were encountered: