CameraManager icon indicating copy to clipboard operation
CameraManager copied to clipboard

Zoom lower than 1.0?

Open jeed2424 opened this issue 3 years ago • 2 comments

So I have this app that's more than likely going to be used on iPhones 11+ and most of them support 0.5x zoom. I've been trying for quite a while to figure out all of your code and make it possible to use the functionality to no avail... Everytime I try my 0.5 button returns 1.0x zoom...

How should it work?!

jeed2424 avatar Aug 26 '21 16:08 jeed2424

Hi! I would like to solve this issue.

das-anubhav avatar Aug 29 '21 12:08 das-anubhav

@das-anubhav, That's great to hear!

Theoretically, this function is only handled by iPhone 11+ because of the cameras being used, so you could either add a device identification (or not, I already have one set up in my app but that could be useful for new users of the pod). Other than that, I don't know much about the Pod so it's really hard for me to tell what would need to be modified...

jeed2424 avatar Aug 30 '21 17:08 jeed2424