iPhone UIWebView PDF页面跳转 [英] iPhone UIWebView PDF Page Jump

查看:167
本文介绍了iPhone UIWebView PDF页面跳转的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要查看本地PDF(在我的iPhone应用程序中),并且可以跳转到特定页面。看起来像UIWebView是去的方式,但是,我找不到任何信息跳到特定的页面。这是不可能的吗?

解决方案 / div>

您可以尝试使用Javascript。请参阅此链接了解更多详情。你将需要使用 @ window.scrollTo(0,x);,其中x是一些值,你通过使用WebView 。


I want to view a local PDF (in my iPhone app) and be able to jump to a specific page. Seems like the UIWebView is the way to go, however, I can't find any information on jumping to specific pages. Is this impossible? Are there any other techniques I can use?

thanks, Howie

解决方案

You can try using Javascript. See this link for more details. You'll want to use something along the lines of @"window.scrollTo(0, x);", where x is some value you determined by playing around with the WebView.

这篇关于iPhone UIWebView PDF页面跳转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆