react-native-document-scanner-plugin
react-native-document-scanner-plugin copied to clipboard
Is there a way to enable manual-mode as default for IOS (i use verson 0.9.1)
Currently when i invoke the .scanDocument() method on IOS device, the auto-mode (Auto-Shutter) is enabled, and starts capturing images immediately.
Instead, Can i switch to manual-mode () so that user can click a picture?
@brennansaul @ghorbani-m @nicolascavallin @mateusz1913 @dmarcs
+1
+1
+1
+1
+1 Please Check if this can be incorporated ?
+1
Apple's VNDocumentCameraViewController (used by VisionKit) does NOT expose a public API to programmatically control auto-capture behavior. The auto-shutter functionality is built into VisionKit's UI and cannot be disabled via public APIs. Users can manually toggle between auto and manual modes using a button in the scanner interface, but this cannot be controlled programmatically.