可捏网页视图

发布于 2024-11-09 09:16:05 字数 133 浏览 0 评论 0原文

我有一个 webview,它显示特定网站的链接,但显示是固定的,感觉就像从旧式手机浏览网页,而不是 iPhone。 有没有办法让 webview 可捏?由于我的应用程序中的网络视图不可捏,这意味着我无法放大或缩小它。 任何帮助表示赞赏。 提前致谢。

I have a webview, which show a link to a specific website, but the display is fixed, it feels like browsing the web from old style mobile, n not iphone.
Is there a way to make a webview pinchable? Since the webview in my apps is not pinchable, which mean I can't zoom it in or out.
Any help is appreciated.
Thanx in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜无邪 2024-11-16 09:16:05

您需要确保在 IB 中选中了适合的缩放页面,并且多点触控和多点触控已选中。启用用户交互。

You need to make sure that scale pages to fit is checked in IB, and that multi-touch & user interaction are enabled.

却一份温柔 2024-11-16 09:16:05

这对我有用:

UIWebView *webView = [[UIWebView alloc] initWithFrame:self.bounds.frame];
webView.scalesPageToFit=TRUE;

That worked for me:

UIWebView *webView = [[UIWebView alloc] initWithFrame:self.bounds.frame];
webView.scalesPageToFit=TRUE;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文