Arunkarthicknallasami / android-pinch

Automatically exported from code.google.com/p/android-pinch
0 stars 0 forks source link

Image zoom doesn't work, web and map do #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. nothing changes in the image pinch window
2.
3.

What is the expected output? What do you see instead?
something, nothing

Some debugging indicates that only MotionEvent.ACTION_DOWN are
being delivered to the PinchImageView.  No motion or up events
are appearing.

What version of the product are you using? On what operating system?
0.8 fetched from SVN May 5th
Running on a Droid with 2.1-update 1

Please provide any additional information below.

Original issue reported on code.google.com by mike.d.c...@gmail.com on 6 May 2010 at 12:00

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
nm, old tests are broken on my droid as well.

Original comment by nikko.ai...@gmail.com on 11 May 2010 at 1:00

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Same issue here 2.1update 1 as well

Original comment by bgn...@gmail.com on 6 Nov 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Hi,

is any updated for PinchImageView pinch zoom issue?

Original comment by rsgirida...@gmail.com on 31 Jan 2011 at 2:55

GoogleCodeExporter commented 9 years ago
Yes, there is any kind of update for zoom in ImageView?

Original comment by antodeme...@gmail.com on 30 Mar 2011 at 8:53

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
did anyone find solution for this?

Original comment by nikeshdh...@gmail.com on 8 Jan 2012 at 5:27

GoogleCodeExporter commented 9 years ago
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