-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Entry field Enter does not always move to next field #11702
Copy link
Copy link
Closed
Labels
area-controls-entryEntryEntryfixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/iost/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
We fix this behavior for Android but iOS doesn't provide anything out of the box for this. With XF this was added into iOS after we implemented TabIndex so it was just piggy backing off of TabIndex. The problem with TabIndex is that it completely broke accessibility if you used it anywhere in your entire app, so we need to find an approach here that's less of a sledgehammer.
Steps to Reproduce
- Add two entries to a
VerticalStackLayout - Set the "ReturnType" to "Next"
Link to public reproduction project repository
N/A
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS
Did you find any workaround?
https://github.com/PureWeen/ShanedlerSamples
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-entryEntryEntryfixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!platform/iost/bugSomething isn't workingSomething isn't working