I asked a similar 
question<http://stackoverflow.com/questions/14364501/how-can-i-load-an-archived-webpage-properly-in-android>
 before.

Apparently, we could load the archived file by using the third party class 
WebArchiveReader.

However, the problem is that I also want to Email the webpage and let the 
user read it directly. I called *webView.saveWebArchive(path)*, and saved a 
webpage on my disk, but I can't open it by any application.

Let's say I have a webpage showing a PDF file. Is there a way to unarchive 
the file which is generated by calling webView.saveWebArchive, and send it 
as an attachment via Email?

If not, is there an alternative way to save web page to local storage 
without Archiving?

I am just curious that why GOOGLE make an API method to archive something 
but do not bother to make another one to unarchive it? What is the point of 
"saveWebArchive" anyway?

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to