Hello!
When inserting an input type file inside my ionic project and use accept=“image/*” it all works fine in ios but android have the options to record sound or upload video, but not taking a picture from camera or upload from storage.
Anyone had the same error?
What I do want is that you can either choose to upload from your storage (images only) or capture a photo from your camera. Seems like I cant get this to work…
/Tobias