In WebSettings, there is a method for enabling 'light touch'.
http://developer.android.com/reference/android/webkit/WebSettings.html#setLightTouchEnabled(boolean)

When enabling this, it seems like the responsibility of the web view
touch events is better(especially at Galaxy S), but I'm not sure.

The description of the API is too short, and I couldn't find any
method using 'WebSettings.getLightTouchEnabled()' in the WebView
sources.
(Maybe used in native libraries?)

Does anyone knows the exact usage of this?

Thanks,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to