Replies: 1 comment
-
Hi Aziz, This is not an option in the API. I created this method by coding it myself. You know how to extend the default code inside @capacitor-community/camera-preview/ios/Plugin? I dont use it anymore but is was something like below: // Plugin.m // Plugin.swift
// CameraController.swift
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to ask if is it possible to set the zoom programmatically?
I understand that we can pinch to zoom but some of our users using our application are handicapped which they are not able to pinch.
We are planning to add a slider at the camera page so that the users are able to zoom using the slider.
Is that possible?
If there is such a function, could anyone guide me how to do it since I cannot find it anywhere in the documentation.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions