Android Question ScaleImageView and Zooming

bocker77

Active Member
Licensed User
Longtime User
Is there a way in disabling zooming(Two finger pinch to zoom and double tap to zoom in and out) while viewing an image using ScaleImageView? After messing with all the demos using this library it looks like this may not be possible. HugeImageView may achieve this but in early testing the image gets distorted while panning and it takes a while to readjust where you can read words where ScaleImageView pans smoothly.
 

agraham

Expert
Licensed User
Longtime User
Is there a way in disabling zooming(Two finger pinch to zoom and double tap to zoom in and out) while viewing an image using ScaleImageView?
I'm afraid not, the input handling is buried deep in ScaleImage.jar and is not easily accessible. You could try putting a transparent panel over the ScaleImageView to trap user input
 
Upvote 0
Top