I get a lot of white spaces in the webview even though I have use
webView.addEventListener('load', function(e){ actualHeight = e.source.evalJS("document.height;"); e.source.height = textContentActualHeight; });to set the exact content height
Any idea why that is?