You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: