Hello friends,
I'm trying to disable the scroll on the webview, however I could not find a workaround yet.
I was expecting to use something like this: _webView.ScrollView.ScrollEnabled = false;
do you know how can I do it?
I'm using Xamarin.Forms 1.3.0 stable version
Thanks in advance