gpt4 book ai didi

swift - UIWebView 未在 iOS 10 中加载

转载 作者:行者123 更新时间:2023-11-28 08:09:12 25 4
gpt4 key购买 nike

更新到 iOS 10 和 Swift 3 后,我的 webView 无法正常工作。在调试区如下。它发生在设备上或模拟器中。有谁知道是什么原因造成的。

2017-05-23 20:04:19.453057-0500 AppName[394:32639] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2017-05-23 20:04:19.453481-0500 AppName[394:32639] WF: _WebFilterIsActive returning: NO

最佳答案

当我尝试在 IOS 10 的 UIWebView 中播放 vimeo 视频时,我遇到了同样的问题。在我的例子中,我在 viewDidLayoutSubviews() 中设置了 UIWebView 的 HTML。

        let htmlString:String! = "<iframe src=\"https://player.vimeo.com/video/7100569\" width=\"\(self.view.frame.width - 20)\" height=\"\(self.videoWebView.frame.height)\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>"
self.videoWebView.loadHTMLString(htmlString, baseURL: nil)

我通过将这段代码放在 viewDidLoad()

中解决了这个问题

关于swift - UIWebView 未在 iOS 10 中加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44147752/

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