[iOS] ScrollView as a child item overlaps the brothers placed to the bottom #15966
Labels
area-controls-scrollview
ScrollView
layout-grid
platform/iOS 🍎
s/no-repro
Can no longer be reproduced on latest
t/bug
Something isn't working
Milestone
Description
ScrollView content overlaps the parent content when it's placed inside other layout component (like Grid, VerticalStackLayout) and so on.
Thanks of that we are not able to add a touchable controls like buttons below the scrollview. Controls placed below are not clickable/touchable and sometimes they are overlapped by the content of scrollview.
XAML File
#1 Scroll to end
button will be visible but it's not clickable.#2 Scroll to end
is not visible.The issue occurs on iOS platform. Android seems to work well.
Steps to Reproduce
Scroll to end
button seems to be moved more to the bottom than it should (in comparison to Android platform) and it's not clickable.Link to public reproduction project repository
https://github.com/dotnet/maui-samples
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.4
Did you find any workaround?
unfortunately not,
tried to use Xamarin.Forms legacy renderer for ScrollView but the effect was even worse
Relevant log output
No response
The text was updated successfully, but these errors were encountered: