facebook/litho

Hardware Keyboard Traversal When Using AccessibleClickableSpan

Opened this issue · 0 comments

Version

 0.49.1

Issues and Steps to Reproduce

Text component does not allow for hardware keyboard traversal when using AccessibleClickableSpan.
See Gist below for example code.

Expected Behavior

The ClickableSpan sections of the string should be focusable and clickable when using a hardware keyboard

Link to Code

Gist