Re: [android-developers] Re: Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-19 Thread Jebarlin Robertson
Hi Streets Of Boston, Thanks for your valuable response, Can u give me some sample code for the javascript to append html content dynamically? U can give me some solution, f there is any other way also? Regards. Jebarlin .R. On Fri, Sep 16, 2011 at 7:18 PM, Streets Of Boston

Re: [android-developers] Re: Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-19 Thread Streets Of Boston
I don't have examples. Just take a look at the official android developer site: http://developer.android.com/guide/webapps/webview.html -- 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] Re: Progressive Rendering, when loading the content at runtime in Android Webview

2011-09-16 Thread Streets Of Boston
The only way i can come up with is to do this in JavaScript. Render the page with your initial HTML. This HTML contains JavaScript code/functions that 'append' html after the last child of the body. Then when 'new' html is ready, send it to the JavaScript. The JavaScript then will make sure to