naoak / WebViewMarker

Support library for text selection on Android WebView. (forked from BTAndroidWebViewSelection)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native text handles disturb WebViewMarker's on Android 4.4

naoak opened this issue · comments

There is no problem in the first text selection from long tap. However, when I drag the handle, native text handles also appear and disturb WebViewMarker's handles. I think rangy selection invokes native text handles on Android 4.4.

Duplicate of #4
The issue is mainly due to ACTION_UP handling.