Posts

Post not yet marked as solved
12 Replies
5.4k Views
Starting with beta 4 of Mac OS 10.15, I am not seeing any contents displayed in a WKWebView. When runing in an iOS simulater, content is displayed as expected, but running as a desktop app under catalyst, nothing shows. To make sure this wasn't a problem with our existing project, I made a complately new project with nothing more than a single view controller containing a WKWebView and the same behavior was observed. When running as a desktop app and using the Web Inspector in Safari to attach to the web view, I can see that the html is in fact being loaded, just not displayed for some reason. This happens when using both loadHtmlString and loadRequest.
Posted
by Edward_FS.
Last updated
.