When running the Google Chrome audit i’m getting the following errors: Web app manifest does not meet the installability requirementsFailures: Manifest does not have `short_name`, Manifest does not have `name`. photo of error message as well as Is not configured for a custom splash screenFailures: Manifest does not have a PNG icon of at least 512px, Manifest does not have
Tag: progressive-web-apps
PHP successful webpush not triggering push event listener in SW
I would like to implement push notifications to a website, but I can’t trigger push event with PHP and web push library, even though it seems that message is sent successfully. I’ve tried to trigger the event from the console(chrome), and It works. Service worker: Php endpoint(push.php): My javascript: Service worker is registered successfully, I can ask for user permission
Send push notifications from website to pwa [closed]
We have an app that has separate pwa and standard web site made in CodeIgniter(PHP framework). Is there a way to send push notifications from a web site version of the app, to the pwa users that …