btate / BTAndroidWebViewSelection

Example user selection for android web views.
313 stars 126 forks source link

drag webview #7

Closed coder4567 closed 11 years ago

coder4567 commented 11 years ago

I have another problem: when I start the selection, the webview can be easily dragged horizontally even if I disabled the horizontal scrollbar.
Any idea how can I disable the drag of the webview itself and keep the drag for the selection. Thank you again for all your effort.

btate commented 11 years ago

I haven't come across that, but my guess is you'll have to test against the selection mode flag in the webview and return false for move events in the on touch handler.