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
{{ message }}
This repository has been archived by the owner on May 23, 2022. It is now read-only.
I moved the call to Visualizer.start() to the AppDelegate and touches are visualized just fine… Until the SFSafariViewController is presented. When going back to the initial view controller, touches aren't displayed anymore.
Hi, how can I display touches in a SFSafariViewController that is presented programmatically from another view controller? Here is my current code:
I also tried to start the Visualizer within a SFSafariViewControllerDelegate event handler:
… But in any case, touches aren't displayed. Any idea why? Thanks!
The text was updated successfully, but these errors were encountered: