I am trying to use WKWebView to create a mobile web browser for a website.
The main problem with the website is it's made up of one main frame (login page) then a bunch of subframes. I'm trying to use a WKNavigationDelegate to track each page that opens, but it only works on the main frame and can't track the subframes.
Is there a way around this issue, or a different tool I should be using? Thanks in advance.