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
Currently when presenting a Screenset, the SDK sets up a WKWebView to display it.
However if a user wants to use more advanced features, using a SFSafariViewController is required.
Proposal
Provide an extra argument to showScreenset that decides whether to use WKWebView or SFSafariViewController
in the underlying web bridge.
This can be a boolean flag I think?
Use case
Currently when presenting a Screenset, the SDK sets up a WKWebView to display it.
However if a user wants to use more advanced features, using a
SFSafariViewController
is required.Proposal
Provide an extra argument to
showScreenset
that decides whether to useWKWebView
orSFSafariViewController
in the underlying web bridge.
This can be a boolean flag I think?
See also: https://developer.apple.com/news/?id=trjs0tcd
The text was updated successfully, but these errors were encountered: