-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Feature Request
A native way to determine if any and with what values accessability services are used/enabled on a device.
Motivation Behind Feature
Mobile Accessibility Compliance and Legislation in EU
In recent years, the European Union put two pieces of legislation in place. They contain deadlines for making mobile products and services accessible in both the public and private sector. These will improve the use for people with disabilities in the EU, accounting for approximately 80 million people. The deadline for the public sector is in 2021, and for the private sector in 2025.
Public sector mobile applications
All EU member states have developed national legislation for public sector bodies based on the European Web Accessibility Directive. The effective date for mobile applications is June 23, 2021. The Directive refers to the accessibility standard EN 301 549.
It is important to note that although the EU Web Accessibility Directive applies to public-sector websites and apps, it will have an impact on private organizations as well. For instance, organizations that provide mobile products or services that impact public-facing government apps may need to comply.
From June 23, 2021, public sector bodies have the responsibility to make their mobile app content accessible to everyone.
Feature Description
Create a plugin or embed natively a way to read values/determine the use of accessability services on a device like:
- text zoom
- text zoom changed
- screenreader service on/off
etc
Alternatives or Workarounds
There is an old phonegap plugin called phonegap-plugin-mobile-accessibility
https://github.com/phonegap/phonegap-mobile-accessibility that has some of these features but it hasn't been updated since 2016 and it isn't working anymore on Ios (or so it seems).
No more workarounds are known