Open GoogleCodeExporter opened 9 years ago
can you provide the layout you are using?
Original comment by nikko.ai...@gmail.com
on 11 May 2010 at 12:42
nm, old tests are broken on my droid as well.
Original comment by nikko.ai...@gmail.com
on 11 May 2010 at 1:00
for what it's worth, the code is exactly that posted, no changes
Original comment by mike.d.c...@gmail.com
on 11 May 2010 at 7:41
Same problems here. Could you provide a working and complete minimal example of
PinchImageView like you do for WebImageView on the home page? I tried using it
with PinchImageView without success, I also implemented my own layout and
explicitly dispatched touch events to the view, without success.
Original comment by JoelEFis...@gmail.com
on 8 Jun 2010 at 7:31
Same issue here 2.1update 1 as well
Original comment by bgn...@gmail.com
on 6 Nov 2010 at 3:10
Hi,
is any updated for PinchImageView pinch zoom issue?
Original comment by rsgirida...@gmail.com
on 31 Jan 2011 at 2:55
Yes, there is any kind of update for zoom in ImageView?
Original comment by antodeme...@gmail.com
on 30 Mar 2011 at 8:53
The problem is in the PinchImageView class, in onTouchEvent the block for
MotionEvent.ACTION_DOWN and MotionEvent.ACTION_UP doesn't return true, meaning
it only receives the down event
Original comment by SCrouch...@gmail.com
on 20 Apr 2011 at 8:05
did anyone find solution for this?
Original comment by nikeshdh...@gmail.com
on 8 Jan 2012 at 5:27
Change the return value of onTouchEvent method to true instead of false.
Original comment by edu.pere...@gmail.com
on 25 Jul 2012 at 9:28
Original issue reported on code.google.com by
mike.d.c...@gmail.com
on 6 May 2010 at 12:00