在iPad2中查看本地HTML文件
我正在准备一个将在 iPad 中阅读的交互式 PDF 文档。我将一些 Flash 内容转换为包含 jQuery 的 HTML 文件。我将这些文件嵌入到 PDF 中。我可以毫无问题地在 PC 浏览器上查看这些文件。但是,iPad 的浏览器 Safari 不显示本地 HTML 文件。您有什么解决方案可以在 iPad 上查看本地 HTML 文件吗?我不想使用 Goodreader 等来查看此类文件。
I am preparing an interactive PDF document that will be read in an iPad.I converted some of my flash contents into HTML files, that contain jQuery. I embedded those files into a PDF. I can see those files on a PC browser without a problem. But, iPad's browser Safari does not show local HTML files. Do you have any solution to see local HTML files on an iPad? I do not want to use Goodreader or etc to view such files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
围绕
UIWebView
编写一个非常小的应用程序包装器。将您的文档放入其资源文件夹中并从那里阅读。Write a very small application wrapper around a
UIWebView
. Put your documents in its Resources folder and read from there.