在 iOS 设备中,在 WebView 中打开内容时获取 _userSettingsForUser 移动

Posted

技术标签:

【中文标题】在 iOS 设备中,在 WebView 中打开内容时获取 _userSettingsForUser 移动【英文标题】:In iOS devices, While opening a content in WebView getting _userSettingsForUser mobile 【发布时间】:2019-10-24 08:59:16 【问题描述】:

ios 设备中,从 iOS 12.2 开始,在 WebView 中打开内容时,它会在控制台中抛出以下行。

WF: _userSettingsForUser mobile: 
    filterBlacklist =     (
    );
    filterWhitelist =     (
    );
    noOverridingAllowed = 1;
    restrictWeb = 1;
    useContentFilter = 0;
    useContentFilterOverrides = 0;
    whitelistEnabled = 0;

WF: _WebFilterIsActive returning: NO*```

Due to this, the content is loaded properly, so the buttons/redirections in the content are not working.

How to resolve it?

【问题讨论】:

【参考方案1】:

这不是错误,而只是日志。为了擦除它,只需在编辑方案中将环境变量:OS_ACTIVITY_MODE 设置为“禁用”。

【讨论】:

以上是关于在 iOS 设备中,在 WebView 中打开内容时获取 _userSettingsForUser 移动的主要内容,如果未能解决你的问题,请参考以下文章

XCODE swift - webview 无法打开 ics 链接 - 在 safari 中有效

如何在iOS中的WebView中打开URL?

ios 8 webview在Safari中打开外部链接,除了一个

无法在真实设备上使用 Appium 在 iOS hyprid 应用程序自动化中识别 WEBVIEW 中的元素

如何在 iOS 中垂直和水平居中 webview 的内容?

(BOOL) webView... 不触发所有请求