zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
436 stars 137 forks source link

Recent Chrome 78.* update -> Image loader not working , always showing loading symbol #271

Open chandraa06 opened 4 years ago

chandraa06 commented 4 years ago

Recently Chrome updated to 78.* version. After this update Ionic image cache loader not working as expected.

Steps to Reproduce:

  1. Uninstall the app you've build
  2. Update the Chrome to latest version
  3. Now install your app from playstore/from apk file
  4. Now it's always showing loader symbol, no image loading

Even for CORS applied images also not showing.

NOTE: if your app already installed before this chrome update to latest, you'll not see the issue. it'll only comes to mobile who've installing the app recently or As i said the steps to reproduce

Please help me in this issue.

Thanks.