jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Webview not accessible #287

Open EdmarS opened 6 months ago

EdmarS commented 6 months ago

The content of the webview is not accessible using a Screen Reader. Adding the Semantic widget does not improve the accessibility of the webview widget. How can I make sure the webview widget is accessible?