Android Question PinchZoomAndMove problem on Android 5.0

mauro vicamini

Active Member
Licensed User
Longtime User
Hi everyone,
I've some problem on making work PinchZoomAndMove class on Android 5.0.
On others Android versions is working great, but on 5.0 it seems to don't listen correctly the gestures (maybe a problem on Gestures library): most of times it doesn't zoom or after many time it suddenly zoom in the wrong direction and never move the picture even if CanMove is set to true.

Please help!

Thanks
 

mauro vicamini

Active Member
Licensed User
Longtime User
Solved!
The problem was that I've put a ImageView.sendtoback because I've to change the position of others images according with the position and the zoom level of the main picture. I've removed the sendtoback and all works great. Sendtoback seems to create problem on Android 5.0 while on others version works.
 
Upvote 0
Top