webView.loadUrl(Uri.fromFile(...).toString()) where ... is a File object pointing to your file and webView is your WebView.
On Fri, Oct 28, 2011 at 7:41 AM, Jovish P <[email protected]> wrote: > How to load an html file which downloaded to SDCardĀ through my application > in a webview ??? > > > Regards , > Jovish P > > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

