I have created an application using angular PWA and it has a barcode scan functionality. It's working fine in ios but the problem is that every time use comes on this page it's asking for camera permission each time even if the user gave it once, PWA will ask for the permission again.
Is there any way that I can store the permission once the user allowed camera and use that permission so that it will not ask the user each time?
Thanks in advance.