Open kellymmcd opened 1 month ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
This issue has been verified using Visual Studio 17.12.0 Preview 3.0 (8.0.92 & 8.0.82). Can repro it on iOS 16.4 (iPhone 8 plus), but works fine on iOS 17.5
Description
I am experiencing an issue with a FlexLayout inside a ScrollView on an iPhone 8 Plus. The layout does not scroll as expected, although it works fine on other devices. This issue did not occur in my previous Xamarin app.
Steps to Reproduce
Create a new .NET MAUI project.
Add the following XAML code to a ContentPage
Run the app on an iPhone 8 simulator, only able to scroll part way down the page.
Link to public reproduction project repository
No response
Version with bug
8.0.90 SR9
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.4 (iPhone 8 plus)
Did you find any workaround?
No response
Relevant log output
No response