I get this response from the API
I pasted it on the link below.
https://docs.google.com/document/d/1gvkM_ajvmtpqRRbUXdcZxgTK0O-DmkWPlLkIs5CtwN4/edit?usp=sharing
It's an HTML String with Javascript.
I would like to load it using WebKitView.
But simply calling webView.loadHTMLString(htmlString, baseURL: nil) does not work.