如何在 ios 中缩放嵌入的 pdf?

How can I pinch zoom an embed pdf in ios?

我有一个可以显示 pdf 文档的应用程序。我试过使用 iframe 和对象来显示 pdf,但我无法使用触摸手势(捏合缩放)缩放 in/out。

我也用过pdf viewer from Google,但还是不能用触摸手势缩放。

有什么办法吗?

我用过Panzoom,效果惊人。并且,我使用img标签来显示pdf文档。