You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to use MobileAccessibility plugin, but it does not seem to work for me. Using latest ionic-native 3.12.1 with ionic 3.3.0
Native: tried calling MobileAccessibility.usePreferredTextZoom, but the MobileAccessibility plugin is not installed.
have in config.xml
<plugin name="phonegap-plugin-mobile-accessibility" spec="https://github.com/phonegap/phonegap-mobile-accessibility.git" />
and in packages.json
"@ionic-native/mobile-accessibility": "3.12.1",
it is added as service in app.module.ts and called on platform.ready(), but nothing happens.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, trying to use MobileAccessibility plugin, but it does not seem to work for me. Using latest ionic-native 3.12.1 with ionic 3.3.0
Native: tried calling MobileAccessibility.usePreferredTextZoom, but the MobileAccessibility plugin is not installed.
have in config.xml
<plugin name="phonegap-plugin-mobile-accessibility" spec="https://github.com/phonegap/phonegap-mobile-accessibility.git" />
and in packages.json
"@ionic-native/mobile-accessibility": "3.12.1",
it is added as service in app.module.ts and called on platform.ready(), but nothing happens.
Thanks.
The text was updated successfully, but these errors were encountered: