Wednesday, June 20, 2012

[android-developers] Re: How do I save a complete webpage displayed in Android's WebView?

Hi,

No quite what you are looking for but you can save the entire
(rendered) web page as an image to view offline.

See a very old post of mine that show how to do this, in older
versions of Android -

https://groups.google.com/group/android-developers/browse_thread/thread/5bab2668cd5ab44f/81651cbd13bc6faa?lnk=gst&q=gjs+yahoo#81651cbd13bc6faa

You could save the page as an image & also the url to view the page
online again later.

Regards

On Jun 21, 11:32 am, imsproject ims <ims.proje...@gmail.com> wrote:
> Hi Nobu Games,
>
> Thanks for your reply.  I will try using javascript as you mentioned.
>
> Thanks,
>
> On Wed, Jun 20, 2012 at 6:10 PM, Nobu Games <dev.nobu.ga...@gmail.com>wrote:
>
>
>
>
>
>
>
> > I just found a simpler example without JavaScript to Android interface:
>
> >http://lexandera.com/2009/01/extracting-html-from-a-webview/
>
> > Above link also shows how to implement your own WebViewClient class to
> > control some basic WebView behavior.
>
> >  --
> > 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

--
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

No comments:

Post a Comment