Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version used: appcompt 1.7.0
Devices/Android versions reproduced on: AP 34 Emulator
If you put a webview inside of a recycler view, the webview becomes un-navigable with an external keyboard. This blocks accessibility users from seeing content inside of webview.
Exact steps:
- Run sample project
- Use TAB/Shift-TAB to navigate the activity
- Notice that the elements inside of the webview do not get highlighted
Note that if you are using TalkBack, you can correctly swipe left/right and the elements inside of the webview get highlighted correctly.
See the attached project for an easy repro.