ImageView scaling on android... how can I remove/disable the zoom controls?
I'm having a problem with scaling an ImageView on Android as described in my code comments below:
canScale = false; // image is cropped and not scaled to specified dimensions.
canScale = true; // image is scaled properly, but now zoom controls appear on touch.
It seems I'm just trading one problem for another. It works fine in iOS.
My current workaround has been to use the image as a background image in a regular View.
1 Answer
-
Accepted Answer
Have you tried?
enableZoomControls:false
http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.ImageView-object