We are working on an Outlook add-in that fails to load on Outlook iOS (v14.3) app. We are unable to see any errors related to this. Since office add-ins are essentially web applications, we tried loading it on iOS Safari and it works fine over there. So the issue specific to WKWebView (My guess is Outlook uses this control under the hood).
How can we see the logs or do an inspect for a WKWebView control ?
How can we see the logs or do an inspect for a WKWebView control ?