Re: [android-developers] How can I execute Javascript on already loaded webpage in Android Webview

2012-06-26 Thread imsproject ims
Hi Kristopher, I want to execute javascript after their page is loaded. I want to extract the relevant content and images from the pages just like Readabilityhttp://www.readability.com/bookmarklet does on the browser. How could I execute javascript in that case? Thanks, On Mon, Jun 25, 2012 at

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

2012-06-20 Thread imsproject ims
You are right. Also the public API for saving as web archive is only available only for Android 3.x onwards. So parsing the archive is not an option. Is there any other way to save the html content displayed in a WebView? Thanks, On Wed, Jun 20, 2012 at 12:36 PM, Doug beafd...@gmail.com wrote:

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

2012-06-20 Thread imsproject ims
Hello, Thanks for your reply. However using of HTTP GET request does not download the exact content that you will see on the WebView. Many websites especially technical article sites, send content based on the browser and whether JavaScript is enabled or not. Is there any other way of achieving

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

2012-06-20 Thread imsproject ims
Hi Nobu Games, Thanks for your reply. However I already tried using the user-agent string returned by Android to download content from URL. This however did not work since the returned webpage says that javascript is not enabled on your browser. I tried on url: www.techcrunch.com and

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

2012-06-20 Thread imsproject ims
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.comwrote: I just found a simpler example without JavaScript to Android interface: