@Bobsfog wrote:
Hi
I want to usesetTextZoomof https://ionicframework.com/docs/native/mobile-accessibility/
I tried following the documentation but I got some errors along the road and I would like to get some guiding steps here please![]()
The installation sections states:
Install the Cordova and Ionic Native plugins:
$ ionic cordova plugin add https://github.com/phonegap/phonegap-mobile-accessibility.git
$ npm install --save @ionic-native/mobile-accessibilityThe first command fails - it seems like old usage:
cordova is not a valid task
The second command gives this weird output:
ionic-hello-world@0.0.0 C:\Users\user\Documents\ionic-apps\interval-run
`-- @ionic-native/mobile-accessibility@3.11.0npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
Posts: 1
Participants: 1