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
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Here's a few things you can try. The onErrorProcessingImage event will return an error message if there was an error during capture. Check this to see if there is something failing. There's also the onPictureTaken event should return the path to where the captured images will be saved (this is before the write operation). If this succeeds, then listen for the onPictureProcessed event. This means the image was captured and stored successfully. If none of these run, then there is a larger issue here.
Also, do not expect this to redirect to a new page showing the preview of the image after capture. All it does is return the path to the captured image. You need to build your own workflow after capture.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the onpictureprocessed does not work on simulator? is this really an issue or not?
The text was updated successfully, but these errors were encountered: