You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, when the user cancels the document scanner (e.g. by pressing the back button), the onResult callback passed to rememberDocumentScanner is never invoked.
On iOS this is not an issue, onResult is always invoked.
On Android, when the user cancels the document scanner (e.g. by pressing the back button), the
onResultcallback passed torememberDocumentScanneris never invoked.On iOS this is not an issue,
onResultis always invoked.