But single tap doesn't give my the onUp event I need. Essentially if you hold down a while or scroll the onSingleTapUp is never called...
What I did was overwrite the dispatchTouchEvent(MotionEvent ev) and using ev.getAction() looked for ACTION_UP. This did the trick... Thanks for your helpp Phill, Moto! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

