2

I have a website caching pdfs offline with a .manifest-file. On the desktop version of Chrome the PDF can be viewed offline inside Chrome. But on the Android Chrome nothing happens when I'm trying to open the cached PDF. No error message, just nothing.

I'm guessing the android default pdf-reader can't find the cached pdf? Anyone who knows how I can view the PDF in Android Chrome?

Thanks!

4

1 回答 1

3

没错,浏览器在内置 PDF 支持方面有所不同。您可以探索的一种方法是使用Mozilla 的 pdf.js,这是一个完全用 javascript 构建的 pdf 阅读器,几乎可以在任何地方使用。创建另一个调用 pdf.js 并加载 PDF 的网页,并确保所有这些都在您的缓存清单中,您应该一切顺利。

于 2013-07-16T19:01:54.890 回答