The native support for scrollable divs in Android 3.0 web browser is great.

Is that a feature that all Android 3.0+ devices will support, or is there a
way to detect whether or not scrollable divs are natively supported?  The
Google Web Toolkit team provides a feature that adds touch support to
scrollable divs using the common method of catching touch events and
adjusting scrollTop/Left manually.  We would prefer to delegate to the
smoother native touch scrolling for devices that support it.  Is it enough
to check for Android 3.0 or greater in the user agent string?  Will phones
(non-tablets) ever get this feature?  Or even better, is there a property
that we could check to verify naive touch support?

Thanks,
John LaBanca
[email protected]

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