Camera preview plugin unusable on iOS?

Hi,

this plugin is unusable on iOS because of very bad performance (picture takes up to 10 seconds with a total lock of the phone). does anybody know a solution how this can be fixed on iOS? Or is it not fixable (cant belive it)?

Are there any similar plugins that can be use on iOS to “embed” a camera in the app and have HTML overlays? WkWebview does not allow getUserMedia on iOS what makes it really annoying.

thanks for any info on this!

best regards
marc

I was excited to try Capacitor’s Camera implementation until I added my PWA to my home screen.

The workaround that I used was an input with type=“file”. After some research, I was able to prevent the prompt popping up and require that an actual picture is taken.