Feature Request
Plugin
Camera
Description
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)
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
Feature Request
Plugin
Camera
Description
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)
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