Using java Syntax Highlighting
- KeyEvent shiftPressEvent = new KeyEvent(KeyEvent.ACTION_DOWN,KeyEvent.KEYCODE_SHIFT_LEFT);
- shiftPressEvent.dispatch(wv);
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
Using this method could copy word on WebView ,and it will store in Clipboard.
How method could I use to copy word and get this word position(x, y) on WebView??
Or is there have any way could I use on WebView?
I want to mark some words, get these words and word's position.

