如何使 iOS UIWebView 正确显示移动端网站?


要正确显示移动端网站,可以尝试以下方法修复:

mywebview.scalesPageToFit = YES;
mywebview.contentMode = UIViewContentModeScaleAspectFit;

还可以设置以下值:

NSString *js = [NSString stringWithFormat:@"document.body.style.zoom = 0.8;"];
[webView stringByEvaluatingJavaScriptFromString:js];

更新于: 2020 年 1 月 29 日

84 次浏览

启动你的 职业

通过完成课程进行认证

开始
广告