Having a weird issue with WKWebViewControlMBS (need to use it instead of the DesktopHTMLViewer because I need a private session) where while running as a debug build everything works fine, but as a compiled app it fails to load the page enough to execute my javascripts. The site is https so I don’t think it’s a transport security thing.
Wondering if anyone has any ideas on how to debug this. I’ve tried running it from the console to get the system.debuglog output but all it shows is the WKWebViewControlMBS failing to complete the loading of the page.