-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
is it possible to set some kind of onScale/ZoomListener ? #71
Comments
This should work. Also might want to setMaxScale and setMinScale
|
thanks @cargo8 any way it would be nice to have some listener for this purpose. |
I am trying to do something similar and returns true prevents scaling.Is there any other way to get these values |
return false |
Thanks,got it working.I have a method
} |
Common approach is to multiply point of original image by the transformation matrix of image in order to get position of resulting point. |
Hi,
I would like to hide some controls when user starts zooming/scaling and show them back when image fits screen. So I'm wondering if there is a possibility to set some kind of listener.
So far as I can see there is something like this but it is private...
Any suggestions ?
Thanks.
The text was updated successfully, but these errors were encountered: