Giter VIP home page Giter VIP logo

Comments (7)

danielbayerlein avatar danielbayerlein commented on May 24, 2024 5

@KingRial Looks like the problem has been fixed with iOS 13.

from pwa-bugs.

NekR avatar NekR commented on May 24, 2024 4

Hi. I may publish one soon. I'll let you know

from pwa-bugs.

danburzo avatar danburzo commented on May 24, 2024 1

I still have issues with SW-powered websites not loading on iOS 13. I experience it daily on mobile.twitter.com and dev.to, for example. So, while it feels like iOS 13 brought some improvements, it has not fixed the infinite loading problem.

from pwa-bugs.

danielbayerlein avatar danielbayerlein commented on May 24, 2024

@KingRial Have you found a solution?

from pwa-bugs.

KingRial avatar KingRial commented on May 24, 2024

@danielbayerlein Unluckily, up to now on iOS 12+ I just admitted defeat when using PWA technology.
Too many problems with the caches and the lifecycle; no way to debug the PWA when it's used as standalone; odd behaviours; and so on...

I hope iOS 13 will change the situation.

from pwa-bugs.

lastmjs avatar lastmjs commented on May 24, 2024

@KingRial I'm sorry for our loss, this is kind of tragic

from pwa-bugs.

KingRial avatar KingRial commented on May 24, 2024

@danburzo I can confirm that iOS 13 has improved the situation but hasn't solved the main problem.
From the little I understood, I get the "inifinite loading" whenever I update my PWA and it exceeds the cache limit on iOS (which is 50Mb).

Usually it happens because each "service worker" has it's own life and it's own size.

For example, if you have a PWA of around 22Mb, and you install it and then update it for the first time, the problem doesn't occur (44Mb are lesser that the 50Mb limit)

But if you update the PWA a second time it seems you exceeds the cache limit because the first unused service worker wasn't cleaned by the OS (66Mb are bigger than 50Mb); in this case the OS kills the service worker's caches in a odd way and 90% of times nothing works until you clean the temporary files in the safari browser...

from pwa-bugs.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.