capacitor-zoom-android
v5.0.1
Published
Enable or disable pinch-zoom on Android apps built with Capacitor
Downloads
105
Readme
UPDATE: Zoom is now available in the core Capacitor library (see https://github.com/ionic-team/capacitor/pull/7000 and https://github.com/ionic-team/capacitor/issues/4620). This plugin is likely no longer necessary for most use cases.
capacitor-zoom-android
Install
npm install capacitor-zoom-android
npx cap syncIf you're using Capacitor 4, run npm install capacitor-zoom-android@1
API
enableZoom()
enableZoom() => Promise<void>Enable pinch-zoom on Android. Does nothing on web and iOS.
Since: 0.0.1
disableZoom()
disableZoom() => Promise<void>Disable pinch-zoom on Android. Does nothing on web and iOS.
Since: 0.0.1
