It could be the way you're setting your event listeners. If they're
not set to the topmost DOM element, they seem to get ignored, plus you
need to put in that DOM element a "disclaimer" (don't know what else
to call it) like:

<div id="theMoveableOne" ontouchstart="return false">

to get it to be handled by your listener. It's tough to offer any
other advice without seeing your code though.

-John Coryat

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

Reply via email to