Android WebView accessibility in Lollipop -


i'm having trouble getting talkback work web view (testing nexus 9 on android 5.1). read talkback support added web views around release of android jellybean checking preference titled "enhance web accessibility." can't life of me find preference in system settings.

focusing on web view in our application reads "webview" , provides no other options.

was talkback support web views removed in kitkat? if not, missing here?

am using mobile accessibility plugin read customized talkback

my app work fine android 4.4.4 . using aria-hidden=true stop default talkback of mobile accessibility. attribute lollipop doesn't focus event , not reading

your question little unclear. can guarantee 1 thing, has nothing "enhanced web accessibility" option. experimental accessibility setting in android 4.1 - 4.2 , has since been deprecated. why cannot find setting. "enhanced web accessibility" did add visual elements users spot things links , such nice outlines. has nothing basic talkback support webviews, has been supported since talkback released, though has improved since then, , still improving.

now, doesn't answer question. removes 1 of solutions seem have been concerned investigating. per actual solution, question little unclear actual problem is. seems me have sort of event firing in custom webview have created, , should cause talkback read out. await further details continue answer, though suspect have not set webview's accessibility delegate.

mwebview.setaccessibilitydelegate(new view.accessibilitydelegate()); 

Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -