|
|
|
|
|
by Flimm
1404 days ago
|
|
iOS provides a way of showing a browser that looks like it's within the app from which it is launched. This is not what Instagram is doing. Instagram is doing something different from what other apps like Telegram do, according to the article: > Comparing this to what happens when using a normal browser, or in this case, Telegram, which uses the recommended SFSafariViewController: > As you can see, a regular browser, or SFSafariViewController doesn’t run any JS code. SFSafariViewController is a great way for app developers to show third party web content to the user, without them leaving your app, while still preserving the privacy and comfort for the user. |
|