I haven't used this personally myself, but the src points to
supportTouchOnly in WebViewSettings turning off touch highlighting,
etc in the WebView (look for what
WebViewSettings.setLightTouchEnabled() actually mutates and work
backwards).

John

On Jan 30, 1:53 am, Sungil <[email protected]> wrote:
> In WebSettings, there is a method for enabling 'light 
> touch'.http://developer.android.com/reference/android/webkit/WebSettings.htm...)
>
> 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 [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