Has anyone had problems with imagebutton's onTouch event in the device itself?
In the emulator I see the events being fired correctly, when I hold down on the button I get an onTouch MotionEvent.ACTION_DOWN and when I let go I get the anticipated MotionEvent.ACTION_UP so I can handle those events, but on the device I don't get the ACTION_UP motion event.
Any ideas?

