-
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
[iOS] Editor does not scroll when cursor goes behind keyboard #20631
Comments
@tj-devel709 @PureWeen thoughts? |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
I also tested this in .NET 7.0.313 and iOS 16.4, both display the same behavior. |
Any updates? |
Any updates on this or a workaround? @awattar are you still struggling with this issue? |
Description
When the text content of an editor is being edited with the soft keyboard open, the editor should scroll to keep the cursor in view (i.e. when a new line is created or the text continues onto another line), however instead, the text continues behind the soft keyboard, and is unable to be scrolled into view.
Tested on 8.0.3, 8.0.7, and 9.0.0-preview.1.9973, all display the same behaviour.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/blakepulman/MauiiOSEditorNotScrolling
Version with bug
8.0.3 GA
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 17
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: