Skip to content
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

Entry ReturnType.Next does not render on Android when application is launched, but does if changed via hot reload #24144

Closed
chriskoncewicz opened this issue Aug 11, 2024 · 1 comment
Labels

Comments

@chriskoncewicz
Copy link

Description

Setting the Entry ReturnType="Next" does not render a Next button on Android device - it still renders the Done button.

However, if the app is launched in debug mode to a device (I haven't tried with the emulator), and the ReturnType is changed to Next while the app is running, then the keyboard renders the Next button, and it functions as expected, moving focus to the next field.

If the app is restarted with ReturnType still set to next, then the keyboard again renders a Done button.

Steps to Reproduce

1, Create a new MAUI app
2. Add an entry field to the page and set the ReturnType="Next"
3. Run the app - the keyboard is rendered with "Done"
4. While the app is running, change the return type to "Done" and save - obviously no change
5. Again while the app is running, change the return type back to "Next" - the keyboard now renders the Next button.
6. Re-start the app with no changes from step 5, and the keyboard reverts to showing Done instead of Next.

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Android, I was not able test on other platforms

Affected platform versions

Android 11, Android 12

Did you find any workaround?

No

Relevant log output

No response

@chriskoncewicz chriskoncewicz added the t/bug Something isn't working label Aug 11, 2024
@chriskoncewicz chriskoncewicz changed the title Entry ReturnType.Next does not render on Android, but does if changed via hot reload Entry ReturnType.Next does not render on Android when application is launched, but does if changed via hot reload Aug 11, 2024
Copy link
Contributor

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:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants