I have a WebView in my Android application.
When I select a text, the text is copied automatically and the highlighting (selection) disappears.
I want the highlighting to stay and I want a pair of handlers that i can drag to expand the selection range.
Android 2.3. and later does provide this option but I want to implement this on some lower versions. They have somehow mysteriously implemented it on HTC browser. Here is a snapshot of what I exactly need.
How can I do this on Android 2.2 and lower versions?