We have facing the problem to open the front camera using mobile App. The upload (Take Picture) is not working for Front Camera and only working for back camera.
In Addition we use a HTML code to open the front camera but it worked for iOS and not working for Android.
<input type="file" accept="image/*" capture="camera" />