-
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] Keyboard hides Entry on Grid #20231
Comments
We do get in our customer application a slightly different behavior. The iOS keyboards pops up, but covers the input halfway through. In this particular place, we use an Editor. The BorderlessEditor inherits directly from Editor.
|
Can you test with the latest nightly build? |
Hi @DonkeyKongJr. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
@PureWeen I have tested it with the nightly build too. It seems fixed when predictive text is turned on in device settings, but not when they are turned off and e.g. an AutoFill mode is used on the Entry or the Keyboard Height changes (e.g. by switching to Emoji keyboard).
KeyboardBug.mp4 |
I can confirm that toggling the predictive text feature negatively affects the keyboard and the positioning of the input element. RPReplay_Final1706775455.MP4 |
I found this Stackoverflow post. This seems like the default behaviour in swift is actually that the keyboard is included in the Safe Area. Is there a way to turn this default behaviour on? Edit: |
I have tested it with the latest version (8.0.14 and then 8.0.20), but the issue unfortunately remains. RPReplay_Final1712739512.MP4 |
Description
When using an Entry field on the bottom of a grid on iOS, the Keyboard overlays the Entry field. On Android everything seems to be working fine.
Android:
iOS:
Steps to Reproduce
See demo project below:
MauiApp1.zip
Link to public reproduction project repository
https://github.com/DonkeyKongJr/MauiKeyboardIssue.git
Version with bug
8.0.6
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.x
Did you find any workaround?
No.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: