1

I have developed one application, in that I know the way to open files using webview + online and with using Third party application, but i want to open a internal files like .pdf, .doc, .xls, etc in web-view. without third party application and it must be offline. I also know there is way to open files in web-view + offline in IOS but can't find any solution in Android.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Sanket Shah
  • 4,352
  • 3
  • 21
  • 41
  • Have you found any solution ? I have been using WebView.loadUrl("https://docs.google.com/gview?embedded=true&url="+ url); to open files like .pdf, .ps, .doc etc – r.bhardwaj May 22 '14 at 06:12
  • I want to open my documents without Internet. Do u have any solution for it? @r.bhardwaj – Sanket Shah Sep 24 '14 at 05:31
  • Is webview a good option for showing files without using any 3rd party app or there are some limitations? – Nainal May 03 '18 at 08:00
  • Of course, it is a good option to shows all files without using third party API @Nainal – Sanket Shah May 04 '18 at 04:51
  • @Andrain But I have read that there are some bandwidth limits for showing documents in webview using gview. [https://stackoverflow.com/questions/23468989/reaching-the-bandwidth-limit-for-viewing-pdf-files-in-webview-through-google-doc?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa] – Nainal May 04 '18 at 06:16
  • @Nainal I think u didn't get my question properly. I already said that I want to read file OFFLINE but gview is for online files and also a third party app. – Sanket Shah May 04 '18 at 10:19

0 Answers0