Agne Lukoseviciute

Results 35 comments of Agne Lukoseviciute

Have you thought about adding [landmarks](https://www.w3.org/TR/wai-aria-practices/examples/landmarks/index.html) to this proposal? We're currently [adding in](https://github.com/microsoft/react-native-windows/pull/8708) support for this in RNW as it's quite important in desktop, might be something that could benefit...

> Landmark roles are already accounted for in ARIA as values of the `role` attribute (equivalent to `accessibilityRole` prop). The additional ARIA roles (inc landmarks) to add to the RN...

I'm having some difficulty testing this on my local windows machine. I'm testing it through the example page in RNGallery - the solution is building fine and the examples are...

> Did you change the touch interaction modes in the Simulator side toolbar? > > It's expected that it won't do anything on local machine with mouse pointing device. >...

explicitly setting focusable to false can be used as a workaround. I think we'll want to do something similar to https://github.com/microsoft/react-native-windows/pull/9840 so that when the disabled prop is set to...

Looks like this was unintentionally closed out, @TatianaKapos fyi. Reopening it.

Putting it on the backlog so this doesn't get closed out again.

I was seeing some strange behavior from gallery when a touchable component is involved, I haven't narrowed down precisely what the bug is so haven't opened up an issue yet....

The above PR should fix this in the 0.65 RNW release. If this is currently blocking anyone, please reach out and we will backport the fix to 0.64.