You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to use the iOS 9 SafariViewController instead of the WebView to benefit from the new features of it. At least a small option to use it would be great.
PS: Is the app still maintained? We've seen no commit for a long time.
The text was updated successfully, but these errors were encountered:
@avikorat Beside the fact that the app isn't even available anymore, I'm not sure if I understand your answer right.
Most apps use a SFSafariViewController these days to present web content. This brings a lot of advantages over the custom WKWebView. As Apple also says:
If your app lets users view websites from anywhere on the Internet, use the SFSafariViewController class. If your app customizes, interacts with, or controls the display of web content, use the WKWebView class.
The DesignerNewsApp just displayed websites and did not customize the contents.
Would be nice to use the iOS 9
SafariViewController
instead of theWebView
to benefit from the new features of it. At least a small option to use it would be great.PS: Is the app still maintained? We've seen no commit for a long time.
The text was updated successfully, but these errors were encountered: