Hello,
I need to only be able to accept photos that were taken by the user after pressing the 'Take Photo' button from the Camera Plugin. The user should not be allowed to select a photo from their gallery and should be required to take a photo.
This seems to already work out of the box on iPhones and does not bring up an option to choose from the gallery. However, Android does prompt the user to select from their gallery if they so please and I am trying to prevent them from doing that.
If I can avoid using Github, that would be much preferred.
Thank you
Hi,
You can use HTML5 camera for this.
Check my plugin (https://www.outsystems.com/forge/component-overview/10866/camera-overlay-reactive)
Thanks