dro*_*oid 5 android accessibility webview android-webview android-accessibility
以前也有人问过类似的问题,但很久以前没有答案。
第一次加载 webview 时,对讲说 webview 但我希望它什么都不说。
我尝试在 XML 中设置内容描述
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="CustomText"
Run Code Online (Sandbox Code Playgroud)
但它最后还是说 Webview。也试过importantForAccessbility不,但它也禁用对讲来阅读内容。我错过了什么吗?
Dee*_*pak -2
只需将您的 webview 替换为下面的 webview xml 代码即可。添加 importantForAccessibility 可以为您完成一切。
<WebView
android:layout_margin="10dp"
android:id="@+id/textContent"
android:importantForAccessibility="no"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1052 次 |
| 最近记录: |