I'm trying to use SFSafariViewController to present a form that the user needs to fill out. On the form, there is a "back" button, which fires a url scheme which opens the app. The problem is that the
application:openURL:options: method doesn't get called when the url scheme is fired by the web page opened in SFSafariViewController. When I was using Safari to open the form instead of the SFSafariViewController, the scheme worked, and the application:openURL:options: method was called.Any ideas why the scheme is not working with SFSafariViewController and how to fix it?