-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Editor and ScrollView problems in iOS #22946
Comments
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! Open similar issues:
Closed similar issues:
|
Verified this issue with Visual Studio 17.11.0 Preview 1.1 (8.0.40&8.0.21). Can repro on iOS platform with sample project. |
Issue 1: Since the parent grid is set to center alignment, the editor is aligned according to its size. If you want the editor to occupy the entire width, set the grid's horizontal options to "Fill" so the editor can take up the available space.
Issue 2: There doesn't appear to be any issue when changing device orientation at runtime. Could you please provide additional details, such as a screenshot or video, for better clarity on the issue? |
HorizontalOptions="Center" to HorizontalOptions="Fill" makes no difference. The error remains. Tested on an iPad with iOS 17.7. |
Yes @geertgeerits, I missed some code. If we set the horizontal options for both grids, the output will look like this. |
The first problem is solved with that but not the second. When you press the 'Click me' key in vertical position you see the full text. Turn the device to horizontal position and then back to vertical position then you notice that the text is not displayed completely. On the iPad the text is lost after OOOOOO-P. So the letters P, Q, R, S, T are not displayed. |
@geertgeerits, The issue with horizontal scrolling has been resolved in the latest .NET 9 package. Could you please verify this with .NET 9? |
Hi, Visual Studio 2022 Preview: version 17.12.0 Preview 5.0 |
Description
Steps to Reproduce
Open the repository and click the 'Click me' button.
Link to public reproduction project repository
https://github.com/geertgeerits/MauiBugEditor
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS tested from version 15
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: