UPDATE: Zoom is now available in the core Capacitor library (see ionic-team/capacitor#7000 and ionic-team/capacitor#4620). This plugin is likely no longer necessary for most use cases.
npm install capacitor-zoom-android
npx cap sync
If you're using Capacitor 4, run npm install capacitor-zoom-android@1
enableZoom() => Promise<void>
Enable pinch-zoom on Android. Does nothing on web and iOS.
Since: 0.0.1
disableZoom() => Promise<void>
Disable pinch-zoom on Android. Does nothing on web and iOS.
Since: 0.0.1