mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
76b4e03d04
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc and typedoc-plugin-markdown. Generates plugin README files with extracted @Plugin() decorator metadata. Register custom JSDoc tags used by plugin source files.
21 lines
766 B
Markdown
21 lines
766 B
Markdown
# Mobile Accessibility
|
|
|
|
```
|
|
$
|
|
$ npm install @awesome-cordova-plugins/mobile-accessibility
|
|
```
|
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/mobile-accessibility/)
|
|
|
|
Plugin Repo: [https://github.com/phonegap/phonegap-mobile-accessibility](https://github.com/phonegap/phonegap-mobile-accessibility)
|
|
|
|
This plugin exposes information on the status of various accessibility features of mobile operating systems, including, for example, whether a screen reader is running, invert colors is enabled, and the preferred scaling for text.
|
|
It also allows an application to send a string to be spoken by the screen reader, or a command to stop the screen reader from speaking.
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|
|
- iOS
|
|
- Amazon Fire OS
|
|
|