I've got a canvas that's a sole child of a scrollview. i'm intercepting motion events.
i get the ACTION_DOWN but i frequently get ACTION_CANCEL before i get ACTION_UP. I think the reason is that the motion events is being captured by the parent scrollview. Anyway to prevent that from happening in certain conditions. I would like the canvas to get the DOWN and UP event - i understand the canvas will not scroll if the above default action is short circuited. Thanks. -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

