Hello friends,
I'm trying to accomplish several things on Xamarin.Forms 1.3.0 stable version and no luck.
Basically the First thing I'm trying to do is enable/disable the scrolling, there is no such property to do that on the "WebView".
Finally the second thing I'm trying to accomplish is to enable the JavaScript into android, due it basically does not work, on iOS it works amazing, but probably not a bug and instead a missing feature on WebView control on Xamarin.Forms to enable JavaScript, probably is missing behind the scenes the:
view.Settings.JavaScriptEnabled = true;
view.SetWebChromeClient (new WebChromeClient ());
for android.
Besides that I can see that there are several properties that are missing on iOS and Android and I hope they are included later, but let's be honest, I'm not asking something super powerful, it is just common sense to have those 2 features I mentioned above enable, don't you think?
Thanks for the hard work on XF.
btw, if you know any workaround for what I need to do, please share it, you will make my day.
Regards