在 PDF 中滚动
是否可以在 mobile safari 中滚动嵌入
Is it possible to scroll a PDF embedded with the <object>
tag in mobile safari?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以在 mobile safari 中滚动嵌入
Is it possible to scroll a PDF embedded with the <object>
tag in mobile safari?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
尝试 2 个手指。这适用于 iframe,因此它应该适用于对象。
如果这确实有效,您将必须使用 touchstart javascript 事件并通过 javascript 滚动它:)。
try 2 fingers. That works on iframes so it should do it on objects.
If this does work you will have to work with touchstart javascript events and scroll it via javascript :).
解决方案是使用 PhoneGap 和 ChildBrowser 插件,通过 Web 应用程序在单独的窗口中打开文档。
The solution is to use PhoneGap and the ChildBrowser plugin, opening the document over the webapp in a separate window.