Do you provide a screen reader api for visually impaired person in codename one?

徘徊边缘 提交于 2019-12-08 07:37:36

问题


In my app I want more facility of screen reader app that is useful to visually impared person means they heard button click and document. so their is any api provided that which helpful to make app more flexible?


回答1:


It's called accessibility and it should be mostly "seamless" for application developers. We have an RFE for integrating that and it's technically very doable. Unfortunately it's not trivial so we didn't accomplish it in the 3.8 timeframe and I'm not sure about the 4.0 timeframe either.

It's a very important task and we'd like to do it. Notice this is a something you might be able to accomplish/implement as a pull request as it's an external tool to the implementation that maps the OS native accessibility API's to Codename One's Component hierarchy.



来源:https://stackoverflow.com/questions/47974747/do-you-provide-a-screen-reader-api-for-visually-impaired-person-in-codename-one

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!