shailesh-ladumor / laravel-pwa

Ladumor Laravel PWA makes laravel's website a progressive web application.
MIT License
213 stars 41 forks source link

Add to home screen button/banner invitation? #17

Closed pixsolution closed 7 months ago

pixsolution commented 9 months ago

Hello, thanks for your package, I followed your steps and in my console see "Service worker registration succeeded..." but in PC browser don't see the add home button that you show on https://www.youtube.com/watch?v=9H-T81KQPyo and on my mobile don't see add to home screen button/banner invitation, I only see the option if I open menu attached screenshot

1

do you know how can I add the home screen button/banner invitation on mobile?

I'm using: "laravel/framework": "^9.19", come with vite "laravel/jetstream": "^2.12", "livewire/livewire": "^2.5",

shailesh-ladumor commented 9 months ago

@pixsolution Is there any other error in the console? it should show. please check this note may be you miss this.

pixsolution commented 9 months ago

yes it was with https, it already work right now it was that the logo.PNG was included in the manifest, I changed it to logo.png and it worked, thanks!