Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2016-04-21 Thread Drahoslav Ruscak
I used this approach and it was working perfectly, but recently after upgrading Adroid to Lollipop I can't get display pdf via this in webview anymore. I'm getting crazy. Nothing has been changed in application, all all my devices it works except lollipop's ones. Any idea what changed and how

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-18 Thread Archana Nair
Hi, thanks for the response. Please don't assume as its not me. Even I also notice the same question posted by someone. I saved my file into sdcard and would like to know if I can use that path to display it in web view. I achieved the same by using below code for PDF and would like to know if

[android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread Archana
How I can load doc/xlsx/pdf files into WebView? I am getting data as base64 format. Please suggest me how to display this? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread vinay kumar
Append your pdf/xml/doc url to http://docs.google.com/gview?embedded=trueurl=+your file link and then try to load in webview. Hope this helps you. On Thu, Mar 14, 2013 at 3:34 PM, Archana archana.14n...@gmail.com wrote: How I can load doc/xlsx/pdf files into WebView? I am getting data as

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread Archana
Hello Vinay, Thanks for your reply, But I am getting file as base64 data. Its not pointing me to any url. So in that case how can I set URL here? On Thursday, March 14, 2013 2:43:07 PM UTC+4, Vinay Kumar wrote: Append your pdf/xml/doc url to

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread vinay kumar
I am not clear with this But I am getting file as base64 data could you please elaborate it more, if possible can you provide me a link. On Thu, Mar 14, 2013 at 4:47 PM, Archana archana.14n...@gmail.com wrote: Hello Vinay, Thanks for your reply, But I am getting file as base64 data. Its not