且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

您是否为代号为视力障碍的人提供屏幕阅读器API?

更新时间:2023-12-03 18:20:28

它称为可访问性,它应该对于应用程序开发人员而言,大多数情况下都是无缝的。我们有一个 RFE 进行集成,从技术上讲,它是可行的。不幸的是,这并不是一件容易的事,所以我们没有在3.8的时间范围内实现,而且我也不确定4.0的时间范围。

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.

这是一项非常重要的任务,我们d愿意这样做。注意,这是您可以作为请求请求完成/实现的事情,因为它是将OS本机可访问性API映射到Codename One的 Component 层次结构的实现的外部工具。

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.