Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - Scrollbar disappears when scrolling down through the content #113

Open
sayalip-ash opened this issue Oct 19, 2018 · 2 comments
Open

Comments

@sayalip-ash
Copy link

sayalip-ash commented Oct 19, 2018

I noticed that when you scroll down on a page with long content (in a webview), the scrollbar disappears as it crosses the page footer on android. It is probably hiding behind the footer.

This is happening on the sample app scroll example as well.

Does anyone happen to know a fix for this?

@Flying-Light
Copy link

Hello
I know this is long time ago
but the answer may help someone else
this is because you set the HeightRequest to 1000
And your form height is less than this
simply, change the HeightRequest according to your form Height

private void MyContentPage_SizeChanged(object sender, EventArgs e)
{
formswebView.HeightRequest = this.Height;
}

Regards

@Mikilll94
Copy link

Thanks @Flying-Light for a workaround.

This problem should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants