-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Description
On Some Android devices (e.g.: Google Pixel 7a) adding a margin to a control that contains a ScrollView causes the ScrollView to display a scrollbar and enable the scrolling behaviour even though there is enough space so that no scrollbar would be necessary. This was not reproducible on Windows or IOS.
The issue can be reproduced in the following App:
MauiApp2.zip
Steps to Reproduce
Open the provided App on a Google Pixel 7a phone or a comparable Android device.
Try swiping up and down on the MainPage.
Expected outcome: No Scrollbar should be shown and the content should not move.
Actual outcome: The scrollbar is visible and the content of the page is moving up and down slightly.
Link to public reproduction project repository
No response
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No response
Relevant log output
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
10.0.0-preview.5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android Nexus 5X API 30,Pixel 5 API 33
Did you find any workaround?
It works in Android Nexus 5 API 30 ...