Integrating NVDA with Chromium #14532
-
Hi everyone, I am trying to integrate NVDA with my app that uses Chromium browser for the visual representation. Right now, the Chromium accessibility tree is visible from my app by Accessibility Insights for Windows app. However, NVDA does not narrate focused elements (buttons, input fields, etc.). I build NVDA to see what's going on - to be precise I see that the Any help will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
NVDA relies on a few window class names to determine something is a chromium document. |
Beta Was this translation helpful? Give feedback.
-
Hi, are we talking about Chromium as a web browser or a web view? Thanks.
|
Beta Was this translation helpful? Give feedback.
NVDA relies on a few window class names to determine something is a chromium document.
Chrome_RenderWidgetHostHWND
,Chrome_WidgetWin_0
,Chrome_WidgetWin_1
.This may be related. There was a similar discussion here #14423