[android-developers] Re: WebView : can we select text in Java ?

2009-09-17 Thread Miguel Paraz
On Sep 17, 8:13 pm, Nanard bsegon...@free.fr wrote: Hi, I'd like to use WebView to display some content (from my Java code or local temp file). I need to select some characters (change background color) of the view. Of course I need to change those selected char. using my Java code. How

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Fred Grott(Android Expert)
make it a DOM node than its possible as most DOM objects are sleectable in webview On Sep 8, 4:59 am, Nanard bsegon...@free.fr wrote: Hi, I like WebView component. I would like to be able to select text in the view in my Java code. Is it possible ?

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Nanard
OK, thanks. I will check how DOM objects work on Android... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: WebView : can we select text in Java ?

2009-09-08 Thread Mark Murphy
Jason Proctor wrote: the regular WebKit has a method to run arbitrary javascript and return any results. if you gave the text a DOM ID then you could select it via this method. unfortunately it looks like the Android interface to WebKit doesn't include this facility. You can use