I am building an app using PWA. I am using Angular. Basically, it is a media application that plays videos. It is working fine on Android and the "Add to Home screen" popup also comes in Android devices, but in iOS devices "Add to Home screen" does not appear.
Does iOS support the "Add to Home screen" feature?
Please refer to the following articles listed below for the iOS PWA functionality
https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7
PWA on iOS isn't automatically available like on Android, there are some additional settings you will have to change to allow for the popup to show on Safari iOS.
Additionally from the following stackoverflow Link, there is a link to making it available for iOS without the user having to change their settings.