Re: [android-developers] get the HTML Code in Android WebView
On Wed, Jun 1, 2011 at 4:38 PM, Abhishek Soni <ab.abhisheks@gmail.com> wrote:
> Actually this is a webpage and when i open this page. I want
> to read the Html code. That is when html code comes into picture.
There is no simple way to do this. With addJavascriptInterface() and
loadUrl() of a javascript: URL, you can get the HTML by brute force.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in Oslo: http://bit.ly/fjBo24
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home