Using an iPhone, when I call GetCurrentLocation before TakePicture, the program hangs at TakePicture and no errors are available. How can these plugins play nicely together?
Sample app here: https://outsystems-dev72.outsystemscloud.com/CameraTest/
Take a Picture! (Works)
Get Location and Take a Picture! (Does not work)
(After much debugging, I discovered that placing the GetCurrentLocation AFTER the TakePicture call works.)