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 loadUrl() with "javascript:" URLs. However, I don't know
where you'd get the DOM ID, unless it was via a call from Javascript
into Java via addJavascriptInterface().

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coders' Guide to *Advanced* Android Development_ In Print!

--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to