正在开发 Cordova (Phonegap) 应用程序。虽然在设备中启用了对讲(可访问性),但在阅读我的 web 视图 UI 元素时,我经常收到这些错误。但是相同的 UI 在 IOS 中运行良好。
09-24 02:39:34.225 7096-7173/com.mdlive.mobile W/AccessibilityInjector﹕ Error parsing JS JSON object
org.json.JSONException: No value for text
at org.json.JSONObject.get(JSONObject.java:355)
at org.json.JSONObject.getString(JSONObject.java:515)
at com.android.org.chromium.content.browser.accessibility.AccessibilityInjector$TextToSpeechWrapper.braille(AccessibilityInjector.java:451)
at com.android.org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
at com.android.org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:24)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:212)
at android.os.HandlerThread.run(HandlerThread.java:61)