I am trying to embed a Tabelau dashboard into my iOS 13 app. When using WKWebKit, I am unable to scroll on the page, while UIWebView allows me to scroll. Here is the link to the tabelau dasboard. The page has both desktop and mobile versions. It also works fine in Safari on iOS. The only place where scrolling does not work is WKWebView.
What I tried:
1. This (injecting CSS)
2. isScrollEnabled = true
3. Several other things from Stack Overflow that involved injecting CSS.
Please feel free to ask any additional questions that could help you understand this problem better.
Thank you!