WF: === Starting WebFilter logging for process Test
2016-09-30 08:56:45.458007 Test[616:142557] WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
2016-09-30 08:56:45.458437 Test[616:142557] WF: _WebFilterIsActive returning: NORun Code Online (Sandbox Code Playgroud)
我在xcode 8,iOS-10中的调试器中收到此警告,当我使用UIWebView Delegate方法加载某些东西时.我没有在Apple网站上找到有关此Web过滤器Active/De-active模式的任何文档.虽然它在我现有的webView功能中没有引起任何问题,即使我在我的webView中运行了一些javascript函数也完成了方法.但仍然很想知道这个新功能的更多信息.
有关此功能的任何建议将不胜感激.
我得到一个黑白闪烁的浏览器,它在此错误后不断重新加载:
[ProcessSuspension] 0x1063b4740 - ProcessAssertion: Failed to acquire RBS Background assertion 'ConnectionTerminationWatchdog' for process because PID is invalid
[Process] 0x104028a18 - [pageProxyID=11, webPageID=12, PID=3734] WebPageProxy::processDidTerminate: (pid 3734), reason 3
[assertion] Error acquiring assertion: <Error Domain=RBSAssertionErrorDomain Code=3 "Target is not running or required target entitlement is missing" UserInfo={RBSAssertionAttribute=<RBSDomainAttribute| domain:"com.apple.webkit" name:"Background" sourceEnvironment:"(null)">, NSLocalizedFailureReason=Target is not running or required target entitlement is missing}>
Run Code Online (Sandbox Code Playgroud)
该问题仅出现在 iPhone 11 PRO 和 iPhone 11 Mini(真实设备)以及 iOS 14.3、14.4 和 14.5 上的cordova 应用程序上。在模拟器上它可以完美运行,在其他真实设备上也是如此。
在我的情况下,如果我打开一个 dc-Tableview.js 表(通过添加和删除“diplay:none”),屏幕会闪烁黑白。
相关问题: