Skip to content

[iOS] Entry field Enter does not always move to next field #11702

@PureWeen

Description

@PureWeen

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions