Scrollview overlaps over its child views - Android (Xamarin.Forms v5.0.0.1709-pre4)
Hi, I have a Scrollview that has a Grid as its child view in my Xamarin.Forms App. In Android, the Scrollview overlaps over the Grid content displayed. This issue arised after upgrading Xamarin.Forms from v3.4.0.1029999 to v5.0.0.1709-pre4.
Why I want Xamarin.Forms v5.0.0.1709-pre4?
I upgraded to v5.0.0.1709-pre4 due to a fix that is available for iOS in this version.
Why I'm having Grid as Scrollview's child?
And I have Grid as Scrollview's child because inside this Grid there is a webview whose height is dynamically auto-sized using WebviewRenderer. This height is not auto-sizing if I use StackLayout as Scrollview's child.
Anything you devs can help me here.. Thanks in advance!