Restrict file types in PWA Camera from "@ionic/pwa-elements" when selecting local image

I’m using the camera implementation in @ionic/pwa-elements in an Ionic/Capacitor/Angular PWA. Is it possible restrict allowed filetypes (e.g. only jpeg , png ) when users choose to select a local file ?

It’s setup at the moment to only allow selecting images as a valid format

1 Like

Thanks, would it somehow be possible to configure exclusion of e.g. image/gif from accepted formats?

Mmn, no, not at the moment. If you go to the pwa elements repo, you could open an issue for it?

I will do. Thanks for your reply