I have a WebView widget that I'm using to display stuff. I have a
touch listener set up to get taps from it. I also use the builtin zoom
controls (for zooming, of course).
If you don't scroll the view, you can tap and the app acts as
expected. If you scroll at all, and let the controls go away, you can
no longer tap. I have some dummy Toasts for debugging that trigger on
touch events. These work right, then stop working once the zoom
controls do their thing.

So my question is, am I doing something wrong? Is there a "blessed"
way for onTouch listeners and WebView's builtin zoom controls to
peacefully coexist? Or am I just on the complete wrong track for doing
what I'm doing

API Level 3, by the way.

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