Hello,
I am having a WKWebView with a lot of external resources loaded (Twitter includes), I have the Problem that when there are a lot of them (>10) the WKWebView is blank. After checking why I found out that in this case there is no longer a WKCompositingView, where other views in the view hierarchy it still is.
Anybody experienced the same issue ?
About the Integration : the WKWebView is inside a UITableViewCell inside a UITableView. I am using callbacks to retrieve the height of the content inside the WKWebView and I reload the cell accordingly, adjusting the frame of the WKWebView and the cell height.
Thanks,
Tom