Scrollview overlaps over its child views - Android (Xamarin.Forms v5.0.0.1709-pre4)

Paul 296 Reputation points
2020-12-11T07:13:21.343+00:00

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!

Developer technologies | .NET | Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.