В 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?