When using a WKWebView as the accessory view inside an NSAlert, the content doesn't always load and display. It seems that WKWebView needs to do its work on a secondary thread/dispatch queue that isn't running while a modal run loop is active.
Is there any way to make this work?
Thank you!
Gabe