I'm trying to make my first PWA with your starter. I put an img tag on a page that have as source an external image (a webcam image). It works on browser version, but in PWA version it doesn't find the image source. I tried both inserting directly img tag or fetch the image as a blob and creating the img element via typescript.
I'm trying to make my first PWA with your starter. I put an img tag on a page that have as source an external image (a webcam image). It works on browser version, but in PWA version it doesn't find the image source. I tried both inserting directly img tag or fetch the image as a blob and creating the img element via typescript.
Do you have any idea of what I'm making wrong?