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
Support for taking multiple photos using the camera without having to reopen the camera each time.
Example real-world use case: An inspector who may need to capture photos of an issue from multiple angles.
Platform(s)
iOS
Android
Preferred Solution
A new method for the camera plugin (e.g. takePhotos) which allows the user to continue taking photos until they confirm they are finished. At which point, Photo[] is returned by the plugin.
Alternatives
Additional Context
Seems like this functionality is available in the cordova-plugin-media-capture captureImage method
howlettga, Clemens-B, EugeneHerasymchuk, jornetsimon, MHupe and 3 more