gpt4 book ai didi

ios - UIwebview content fit 需要专家建议

转载 作者:行者123 更新时间:2023-11-29 02:43:07 25 4
gpt4 key购买 nike

我在 iPad 上遇到 UIWebview 问题。我必须在 Web View 中显示一个网页,并且页面正确地安装在 Web View 中。

该网页具有以下元标记 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

如果网页的高度和宽度等于设备,则页面看起来不错。但是如果我改变 webview 的高度和宽度。网页无法正确适应 WebView 。

我能做些什么来使网页正确地适应 WebView 吗?无论 webview 的高度和宽度如何。

我已经尝试了有关堆栈溢出的所有其他问题。但没有成功..

谁能在这方面帮助我。

最佳答案

使用解决方案

 [webview stringByEvaluatingJavaScriptFromString:  
[NSString stringWithFormat:
@"document.querySelector('meta[name=viewport]').setAttribute('content', 'width=%d;', false); ",(int)webview.frame.size.width]];`

谢谢大家..

关于ios - UIwebview content fit 需要专家建议,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25502030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com