BarcodeScanning.Native.Maui icon indicating copy to clipboard operation
BarcodeScanning.Native.Maui copied to clipboard

"Pinch to zoom" does not work anymore after setting RequestZoomFactor

Open markusroessler opened this issue 3 months ago • 0 comments

Platform: Android After setting RequestZoomFactor to a non-zero value, pinch to zoom does not work anymore. The CameraView just "wiggles" a bit when doing a pinch gesture.

Expected behaviour: The requested zoom factor should only be applied once.

Workaround: You have to manually set the RequestZoomFactor-Value to the target value (after the camera was enabled!) and the set it back to zero.

markusroessler avatar Oct 07 '25 12:10 markusroessler