Accessibility/Mobile/AccessFu: Difference between revisions
< Accessibility | Mobile
Jump to navigation
Jump to search
(AccessFu, update current status) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
AccessFu is the | AccessFu is the Javascript, in-browser assistive technology that provides accessibility on Firefox Mobile and Boot To Gecko.<br> | ||
It injects "content-script.js" to opened browser element via frame message manager and translate some user inputs like gesture or keyboard input to actions command then notices the browser element to update the focused element. | |||
== Testing == | |||
When Android accessibility is set up, and TalkBack is enabled, you should be able to navigate pages with the DPad up and down arrow keys and activate items with the center key. | |||
Also, if you are on desktop, and want to see mess around with AccessFu, you could get this [https://github.com/eeejay/accessfutester this extension]. | |||
== Reporting Bugs == | |||
Here is a [https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Disability%20Access%20APIs&op_sys=Android&short_desc=%5BAccessFu%5D%20&rep_platform=ARM&op_sys=Android prefilled form]. |
Latest revision as of 02:08, 4 June 2015
AccessFu is the Javascript, in-browser assistive technology that provides accessibility on Firefox Mobile and Boot To Gecko.
It injects "content-script.js" to opened browser element via frame message manager and translate some user inputs like gesture or keyboard input to actions command then notices the browser element to update the focused element.
Testing
When Android accessibility is set up, and TalkBack is enabled, you should be able to navigate pages with the DPad up and down arrow keys and activate items with the center key.
Also, if you are on desktop, and want to see mess around with AccessFu, you could get this this extension.
Reporting Bugs
Here is a prefilled form.