We have an Angular 13 app and we are using <input type="file" accept="image/*">
to upload an image. Up to Android 13, Chrome showed two options:
- Open the camera to take a picture
- Select an existing image from the gallery
But on Android 14 Chrome only shows the option to select an existing image, it doesn't show the option to open the camera.
We have seen the issue in differnt device models, such as Google Pixel or Samsung Galaxy, running Android 14.
Both options are shown in Chrome on older Android versions.
Anyone facing the same issue? Has anybody found how to fix it?