[iOS] Entry field Enter does not always move to next field #11702
Labels
area-controls-entry
Entry
fixed-in-8.0.0-preview.1.7762
Look for this fix in 8.0.0-preview.1.7762!
platform/iOS 🍎
t/bug
Something isn't working
Milestone
Description
We fix this behavior for
Android
but iOS doesn't provide anything out of the box for this. WithXF
this was added intoiOS
after we implementedTabIndex
so it was just piggy backing off ofTabIndex
. The problem withTabIndex
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
VerticalStackLayout
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
The text was updated successfully, but these errors were encountered: