Joe Vilches

Results 9 comments of Joe Vilches

@cortinico oh no! Yeah let me take a look and see if those changes broke something

Update: checked yesterday and can confirm a repro on 8.1. From the looks of it the versions below also seem affected (8.0 and 7.1) but I didn't test those. When...

@marcel-happyfloat interesting. When that feature flag is false it should go back to behavior that has existed for a while in that edit text class so there may be something...

UPDATE: So I found out that the bug is coming from the `clearFocus()` call we make, which calls into `super.clearFocus()` which is https://developer.android.com/reference/android/view/View#clearFocus(). If you read the note there it...

ok #51302 should fix this while also letting hardware keyboards work. I think I need to revert the feature flag removal and pick that into 0.80 though so there is...

@jvenene yeah good callout, I'll aim to pick the fix into 0.79

@cortinico ah we have seen this before, I am not sure we know why its happening. @jorge-cab was looking at this at one point, and so was @zhongwuzw in https://github.com/facebook/react-native/pull/50463....

Hi, the reason this is happening is many of these web-based roles are not defined on iOS. iOS's `role` equivalent is [`UIAccessibilityTrait`](https://developer.apple.com/documentation/uikit/uiaccessibilitytraits?language=objc). @a-klotz-p8 linked the code pointer for the old...

Hi y'all! This should be solvable now with the `experimental_accessibilityOrder` API me and @jorge-cab have been working on. The documentation can be found here: https://reactnative.dev/docs/view#experimental_accessibilityorder This is an experimental API,...