I have a hybrid application that uses the WKWebView to display large amounts of text and this in turn uses Javascript extensively to do text analysis. We're currently facing performance problems and I'd like to use the Safari Inspector the same way I used with the previous version of the application that uses the UIWebView. Problem is, I have enabled the Developer menu in Safari but I can't bind the web inspector on my iPad app.
Given that this used to work with the UIWebView, am I missing something new? Are there any other settings I need to fiddle with?