Re: [android-developers] Re: Download file in webview from url

2013-05-11 Thread Rahul Kaushik
Thanks bob I also need to show other attachments in the web view, as the same app are perfectly displaying on ipad :( Tx RK On Fri, May 10, 2013 at 8:31 PM, bob b...@coolfone.comze.com wrote: I think the only one of those you can definitely load in a WebView is an image. That would be

[android-developers] Re: Download file in webview from url

2013-05-10 Thread bob
I think the only one of those you can definitely load in a WebView is an image. That would be done like so: * @Override* * protected void onCreate(Bundle savedInstanceState) {* * super.onCreate(savedInstanceState);* * WebView wv = new WebView(this);* * setContentView(wv);* *