-
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 Issue: 'Next' Button Missing on Entry #18399
Comments
Has anyone found a workaround for this? |
Assuming you're using .NET 8, the easiest option is to add If you're writing a custom control, however, this might not be ideal. In which case the following may work for you. This will create a custom Handler for the Basically you can take a section from the Create your own
|
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 don't know if you still need this, but I was facing the same problem. After some days, I've made an workaround based on this post. My problem was only with the numeric keyboard. So, I've implemented this:
Basically, I create an extension method to MauiAppBuilder that "looks" like the others we use in |
Reading through this issue again, I think there is a misconception here. The ReturnType="Next" refers to the return/enter key on the keyboard and you can influence that behavior, see the documentation. However, that button is not shown for the numeric keyboard it seems. Can you please confirm what you mean exactly with the "next" button that you like to see? |
Sorry, as I didn't originally open the issue I didn't get notified of the replies.
I can't speak for the original author, but the issue we were having (that I wrote the posted workaround for) was that I was unable to dismiss the keyboard. As I noted in my workaround, you can add Apologies if I've mistemembered anything, it's been over a year since I encountered this issue. |
Description
On iOS, when utilizing an Entry control with a numeric keyboard type and a return key type set to 'Next,' the expected 'Next' button is not displayed on the keyboard. This behavior works correctly on the Android platform. For your reference, I have attached the code snippet and a screenshot.
** Code snippet**
Steps to Reproduce
Link to public reproduction project repository
https://github.com/NirmalKumarYuvaraj/IOSEntryNextKeyIssue/tree/main
Version with bug
7.0.96
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
8.0.0-rc.2.9373
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: