|
|
|
|
|
by st3fan
3431 days ago
|
|
> Not really - SFSafariViewController uses content blockers, autofill, etc. SFSafariViewController is useles for apps like Chrome and Firefox. It is an embedded Safari controller. Not an embedded generic webview controller. SFSafariViewController has zero API. All it can do is display a webpage. Applications that use it have zero ability to even modify the UI. That is intentional. It is supposed to be a Safari view. And for security reasons that is probabl good, otherwise it would be a gateway to your browsing data. |
|