react-native-document-scanner-plugin icon indicating copy to clipboard operation
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)

Open suyash2388 opened this issue 1 year ago • 7 comments

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

suyash2388 avatar Nov 21 '24 12:11 suyash2388

+1

muazasim-pixarsart avatar Mar 11 '25 18:03 muazasim-pixarsart

+1

biancag113 avatar Mar 24 '25 15:03 biancag113

+1

moiguitarrock avatar Mar 31 '25 20:03 moiguitarrock

+1

parambidja avatar Aug 11 '25 20:08 parambidja

+1 Please Check if this can be incorporated ?

punter82 avatar Aug 19 '25 00:08 punter82

+1

Jamal-Ud-Din-hub avatar Nov 06 '25 09:11 Jamal-Ud-Din-hub

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.

ghorbani-m avatar Nov 07 '25 08:11 ghorbani-m