You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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!
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
The text was updated successfully, but these errors were encountered: