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.
Stuck on a Cordova issue?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic’s experts offer premium advisory services for both community plugins and premier plugins.
Installation
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Android Fire OS
- Android
- iOS
- Windows
Usage
React
Angular
import { MobileAccessibility } from '@ionic-native/mobile-accessibility/ngx';
constructor(private mobileAccessibility: MobileAccessibility) { }
...
if(this.mobileAccessibility.isScreenReaderRunningCallback();