WebViewMarker
WebViewMarker copied to clipboard
Support library for text selection on Android WebView. (forked from BTAndroidWebViewSelection)
hi.. i am trying to deserialize the selection after restoring the selection from DB which was saved while selecting the text. But the Rangy deserialize is not working as it...
Double selection is still occurring in Android 5.0 +. .Eventhough selection is same, as web view marker, CAB is appearing again.Thank you.
Hello, thanks for creating a great library! Could you possibly port this library to iOS or any suggestions to do it?
D/WebView: loadUrl=javascript:android.selection.startTouch(183,617477, 270,893066); D/WebView: loadUrl=javascript:android.selection.longTouch(); E/SelectionSupport: JSError: undefined The Simulator works very well, but in real phone I get this errors.
I am using BTAndroidWebview for context menu customization for android webview. In android lollipop there is an issues double text selection handler but i cleared double text selection handler. Now...
I use this code to get selected text, startSelection and endSelection work fine but selectionChanged never get called... what's the problem? ``` mTextSelectionSupport.setSelectionListener(new TextSelectionSupport.SelectionListener() { @Override public void startSelection() {...
Hi.. This is not an issues but didn't get where to ask so asking here. Sorry for the Newbie behaviour. I am using this WebViewMarker in one my project. I...