3

Content blockers are enabled from Safari and work as extensions, but do they affect the UIWebView (in-app browser)?

themoah
  • 167
  • 2
  • 13

1 Answers1

2

Information on that subject is still sparse, however it seems like the answer is no for UIWebView and WKWebView. On the other hand, SFSafariViewController is said to support content blocking.

See: https://www.macstories.net/stories/ios-9-and-safari-view-controller-the-future-of-web-views/

Alex
  • 21
  • 1
  • Does UIWebView, WKWebView and SFSafariViewController have same User-Agent string ? Or other way to understand where JS code is running ? – themoah Sep 20 '15 at 11:13