Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PWA app freezes during app switching on iOS 13.4

I have some problem with my PWA app on iOS 13.4.1 (iPhone 8) during app switching - it freezes when I'm switching to some other app and then return to my PWA app. If I repeat this action (app switch & return) - PWA app unfreezes.

I've developed other PWA app some time ago and it was working fine until now. Maybe some iOS update broke PWA functionality?

like image 602
chudy91 Avatar asked May 06 '20 10:05

chudy91


People also ask

Does PWA app work on iOS?

On iOS and iPadOS, PWAs are only installable if the user is using Safari. That means that users won't install PWAs if they use different browser apps, such as Google Chrome, Firefox, or Microsoft Edge.

Why do apps freeze on Iphone?

Random app problems depicted by freezing and random crashes are usually attributed to memory problems like when the device is already running low on memory. Aside from memory-related issues, malwares, bugs and bad updates are also among other possible triggers.

Does Safari support PWA?

Installing PWAs on macOS Installing a PWA in Chrome running on macOS. In macOS, installing PWAs works just as it does on Windows, but the default Safari browser offers no method for installing a site as a PWA.


1 Answers

According to my personal experience and information in this post, it is fixed on iOS14.

Many bugs from previous versions where solved, such as: The frozen PWA with a Service Worker after a suspension

like image 130
Marcin Avatar answered Oct 18 '22 23:10

Marcin