gesture-imageview
gesture-imageview copied to clipboard
Implements pinch-zoom, rotate, pan as an ImageView for Android 2.1+
here is my scenario, in view pager user is in page 0 and user make a pinch zoom. then user fling to go page1 of view pager. if so i...
Android's onTouch() method can receive multiple ACTION_DOWN and ACTION_UP events before terminating the current gesture event stream. It takes two fingers to pinch, correct? Both will result in ACTION_DOWN without...
Is there some future plan for touched? At the moment, it's use in onTouch()'s ACTION_MOVE block is wasted because touched is set to true in the ACTION_DOWN block. So I...
It would be nice to return false on the ontouch method when the touch event was not consumed, for example when the edge of the panning has been reached or...
Hey everyone, i am calling `setMaxScale(10f);` but the zooming stops at 1.45. Even if i comment out the line... Am i missing anything?
There will be awsome if we can pan and zoom at same time! What problem have this possible feature? Cheers