silviolleite / laravel-pwa

Looks like an app, feels like an app, but IS NOT an app.
MIT License
969 stars 155 forks source link

[Question] Link to PWA (Safari/iOS) #42

Open robsontenorio opened 4 years ago

robsontenorio commented 4 years ago

Thanks for this package @silviolleite !

I know this is out of scope. But , is there any additional config to make installed PWA open from a external link?

On iOS13 when click http://www.mysite.com it opens on Safari, not installed PWA.

webdev1401 commented 4 years ago

Hi, I have same problem. In android phone, it's good working, bur in ios, the link app don't appear. Thanks in advance for your issue

gtamborero commented 3 years ago

This package will generate iphone assets: icons / splashscreen generator for android / IOS devices: npm install --global pwa-asset-generator

webdev1401 commented 3 years ago

This package will generate iphone assets: icons / splashscreen generator for android / IOS devices: npm install --global pwa-asset-generator

Thanks, i will test that.