Files
awesome-cordova-plugins/docs/plugins/mobile-accessibility/README.md
T
2026-03-21 17:08:43 -07:00

30 lines
949 B
Markdown

---
description: >-
Mobile Accessibility plugin for Cordova and Ionic. This plugin exposes information on the status of various accessibility features of mobile operating…
---
# 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.
## Installation
```bash
npm install @awesome-cordova-plugins/mobile-accessibility
```
**Plugin Repo:** [https://github.com/phonegap/phonegap-mobile-accessibility](https://github.com/phonegap/phonegap-mobile-accessibility)
## Supported Platforms
- Android
- iOS
- Amazon Fire OS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)