Is there a possibility that I can use jQuery and Javascript, so that I can open up the camera app on IOS, take a picture, and than save that image into a variable so I could than upload it into parse?
I dislike using this because you have no control of the image.
<input id = "Input" type="file" accept="image/*" capture="camera">
Thanks