Is it possible to scroll a PDF embedded with the 开发者_如何学Go<object>
tag in mobile safari?
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 :).
The solution is to use PhoneGap and the ChildBrowser plugin, opening the document over the webapp in a separate window.
精彩评论