|
|
|
|
|
by enderm
1722 days ago
|
|
The main limitation is Apple. Progressive web apps are poorly supported by recent releases of iOS. On Android, progressive web apps have way more support. If I release a web app for Android, there are APIs I can use that prompt native installation prompts the user can see. The user understands my web app can be downloaded like an app from the app store can be downloaded. On iOS, your web app just looks like a webpage to users. It is technically possible for users to "download" your web app by adding the webpage to their home screen, but this scenario is tedious. The webpage that the iOS user added to their home screen always opens in Safari, so it just feels like a bookmark to the user. |
|