My app using WebView for displaying Html content. But, I found it's not supporting progressive rendering of Images. Even, android browser is not supporting. So, I am changing the "src" location of the Image to local path and downloading the image to that path and refreshing the Webview after each some KB of data downloading. But, this is not working. I could see the image after loading all the image but not in between. I tried this with PNG, JPEG files.
For enabling this, should I need to do any settings for WebView. Please help me. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

