I can't seem to get talkback working correctly wit...
# compose-android
c
I can't seem to get talkback working correctly with a compose webview (forked from accompanist). It just doesn't seem to work on the webpage I'm showing. I suppose it's a longshot, but does anyone have experience with compose + webview + accessibility/keyboard/talkback?
e
We're using a fork of the accompanist webview in our app and talkback is working for me, what are you seeing exactly?
c
Seems like sometimes you can can't get into the webview. Or sometimes you're in the webview and then the a11y service just won't say anything and there's no green box. Switching to a hardware keyboard (just to test focus) also ends up a bit wonky. (takes like 3 presses on the down arrow for the next webview item to be selected). It all just kinda seems bad.