do ios webviews check urls for malware before opening them? -
if open arbitrary urls in ios application, have own malware/phishing/etc... checks? webview (implicitly) work on behalf (or have switch setting somewhere?)?
in short: no.
uiwebview has restricts javascript same-origin policy, , ios has it's own ssl certificates validation (tls chain validation) can uiwebview little bit safe.
if want check malware, phisinng, ... you're free it.