cordova-plugin-media-capture
cordova-plugin-media-capture copied to clipboard
feat(ios): Implement 'animated' property (CB-11629)
trafficstars
Platforms affected
iOS
What does this PR do?
Add property 'animated' to optionally disable native screen animations. As iOS does not support the limit flag; capturing multiple images by calling this plugin in a loop can be quite slow for end users.
What testing has been done on this change?
captureImage() 'animated' omitted / true / false
captureVideo() 'animated' omitted / true / false