Open davidgeilfus opened 6 years ago
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.
Mmm.. Thanks for reporting that.
Basically Visualizer is displayed on the active window, so I guess When SFSafariViewController shows, the window may change...
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!