gesture-imageview icon indicating copy to clipboard operation
gesture-imageview copied to clipboard

GastureImageView scrolling issuse

Open sdubey0201 opened this issue 12 years ago • 1 comments

in this example application everything is fine but i face one issues that i anable to find that how can i detect scroll of gasuterImageview

sdubey0201 avatar Feb 20 '13 18:02 sdubey0201

What do you mean "detect scroll?" The center X,Y coordinates of the image are available via the getCenterX/getCenterY methods. You could check these when the image is first rendered, then any change in these values would indicate a "scroll". Is that what you mean?

jasonpolites avatar May 07 '13 19:05 jasonpolites