Hi all, I've been trying implement an app that requires me to override the dispatchKeyEvent handle certain key presses gracefully and I'm finding that isn't possible with the talkback service on. To explain what I'm trying to do is I have a webview that has the flag set on it: "IMPORTANT_FOR_ACCESSIBILITY_NO" on it and am trying to propagate the key events through the android native app to the web app it's connected to. Is this a limitation on how much control I'm allowed when I activated a talkback service or is there something I'm missing? I've also looked a the option of implementing a new service to allow for accessibility on the web app side as I do have control on what happens it as well. Thanks for responses that come into this thread as I've been a bit frustrated on trying to get simple navigation working on my native android + web app.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/be831748-3758-4fea-869b-cd4df69a4469%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

