Hi,
In old UIWebView you could set ScalesPageToFit, but new WkWebViewRenderer doesn't have this property. I want to make WebView width to be same size as device width, so no horizontal scrolling.
No matter what I've tried (injecting "meta name='viewport' content='width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no'" into html) and so on, if content width is greater than device it allows to horizontally scroll.
Any ideas how can I fix this? Thanks in advance!