|
|
|
|
|
by mephitix
2972 days ago
|
|
PWAs are broken on iOS. Push notifications are not supported, and in general the experience is pretty bad. See this article for more details: https://medium.com/@firt/progressive-web-apps-on-ios-are-her... The worst is that if you are in a PWA, say in a page like /my/sub/page and navigate out of the PWA, like go to a different website or go to another app, and then come back to the PWA, it will reload and go to the / home page, destroying all state and routing. |
|