I have a camera service added that I am passing the settings for it via a function so that I can reuse the Camera service for taking a picture or uploading from gallery.
My problem is that it is ignoring the sourceType and defaulting to Camera regardless of the sourceType being set.
My app is shared with support if it is needed, no login/register is required (Skip using the navigation pop up). I have remote debugged the app and no error appears at all.
I have attempted to also do this using 2 camera services, 1 set to Camera and 1 set to PHOTOLIBRARY but again it is the same thing, it will ignore the setting and default to camera.
This is mission critical for me, a user needs to be able to take a picture or upload one from the gallery, if I can't do it this way, is there any way to do it?