I have created PWA using angular in which I am using zxing-ngx-scanner
library, which library for barcode scan. In ios browsers(Safari, Chrome and Firefox) and on Android it's asking for camera permissions and it's working fine, but if I add my site to homescreen(in ios), then it's not asking me for the camera permissions.
- I have hosted my site on HTTPS
- All PWA functionality working fine
- I am using tag for the barcode scan
Please let me know if anyone has any suggestions?
Thanks in advance