Supreet Singh

Results 18 comments of Supreet Singh

@garrett-gottlieb , it worked for me, but only while I was testing on Android :\ On iOS, I still see the same issue for some reason

On iOS, this sometimes leads to previous Text being announced, even if the state and text displayed inside my component has already changed. (calling setAccessibilityFocus in useEffect after updating state)

There is no easy solution for this, even if try to create empty, pressable Views just where the pressable link is (using absolute positioning). This is because, onTextLayout/onLayout does not...

@fabriziobertoglio1987 Is this working on iOS as well? @blavalla if not, then it needs to be solved for iOS too.

@stevehanson The changes shown in [this PR](https://github.com/BigThinkcode/AdaptiveCards/pull/6/files#diff-bb8d71b774dd05a3fa0f1f3186f77c8e5f90eb081c39fdbf60630f498c89bbc8) could be a workaround. Webview/HTML definitely helps but do consider the perf/memory implications of using one.

Would be great to have a way to focus on elements without having a ref/direct editing control of components. Use case is that we might want to focus on elements...