web-push Questions
8
Solved
I really don't know what is going on with these things.
I am using FCM web push normally for my website. I can receive the message on the website if I am in foreground or I receive the notification...
Aida asked 18/3, 2021 at 18:50
3
Solved
MacOS Ventura
Chrome v111.x
I am not able to "view" web push notifications in Chrome in my MacBookPro on some websites. Some of the push providers I have tested unsuccessfully are OneSi...
Toothless asked 21/3, 2023 at 15:33
5
Solved
I'm developing web push notification on my website. I follow the Web Push Notifications of Google and The Service Worker Cookbook of Mozilla.
I have tested on the Google Chrome v50+ and everythin...
Riggle asked 17/1, 2018 at 7:29
5
Solved
I am currently working on service worker to handle push notification in browser. Currently I am having this "SW registration failed error":
SW registration failed with error SecurityError: Faile...
Knives asked 25/8, 2016 at 4:17
5
I am trying to set-up a Firebase-messaging-sw.js file (for web push notifications). I am wondering if there is a way to avoid exposing my Firebase config data to the public as much as possible - th...
Horary asked 5/6, 2020 at 23:8
4
How do I handle the push notification click in angular service worker. The SWPush does not have any methods.
I have tried referencing a js which listens to the "notificationclick" event handler b...
Swagger asked 17/1, 2018 at 21:22
1
After updating to iOS 16.4 and adding one of my web apps to the home screen and turning on notifications, the web app does appear in the Settings>Notifications, but unlike most apps, there is no...
Traynor asked 2/4, 2023 at 7:15
2
Solved
I had the sw.js which receive webpush notifications.
But recently I intalled vite-PWA-plugin and now i can't add notifications by default config.
How can i configure this vite.config.ts to add to g...
Sportsmanship asked 11/4, 2023 at 17:51
3
I followed this tutorial to implement push notifications in my web app, and while they work, they stop working very quickly. It seems to handle the first couple of notifications well, but after tha...
Sitar asked 28/4, 2020 at 18:10
2
I am using FCM to handle push notifications, but notification is coming in data key instead of notification.
Here is the code I am using to handle new message and show as notification.
I am seein...
Mammary asked 14/8, 2018 at 7:20
3
Solved
I'm trying to get started implementing Web Push in one of my apps. In the examples I have found, the client's endpoint URL is generally stored in memory with a comment saying something like:
In ...
Bolick asked 23/8, 2017 at 0:2
2
I am looking for an example for web push notification with JS code and PHP backend. Can anyone share example code or a tutorial?
Desist asked 12/3, 2017 at 10:32
3
Solved
I Want to add Web Notification to my website. I searched on Google and found some tutorials about it. As described in these tutorials I manage to show subscription box to the visitors and I can sto...
Kartis asked 10/6, 2017 at 15:23
1
Solved
I am trying to get the Web Push API to work with my app and Safari on iOS. I can register fine in Safari ... But, when trying to send my request to the endpoint I receive a 403 with reason: BadJwtT...
Striation asked 23/2, 2023 at 16:48
10
Solved
I have been reading for past few hours about Push Notification API and Web Notification API. I also discovered that Google & Apple gives push notification service for free via GCM and APNS resp...
Impurity asked 13/11, 2015 at 6:50
7
Solved
While implementing the chrome push notification, we were fetching the latest change from our server. While doing so, the service-worker is showing an extra notification with the message
This si...
Kos asked 29/6, 2015 at 5:55
6
I am trying to send a new push subscription to my server but am encountering an error "Uncaught (in promise) SyntaxError: Unexpected end of JSON input" and the console says it's in my index page at...
Saleable asked 12/4, 2017 at 6:56
4
I'm looking at the webpush-java code. I run into a problem attempting to build the project using gradle. (I'm a gradle newbie).
:signArchives FAILED
FAILURE: Build failed with an exception.
...
Haar asked 14/3, 2018 at 8:39
7
I am currently facing an issue with some Chrome (Chromium) version where the PushManager.subscribe promise from a ServiceWorker stays in a pending state.
The code itself is pretty simple :
return...
Negligence asked 3/3, 2016 at 14:54
2
Main goal is to add to site ability to send web notification to pop up a system notification to alert the user using Html5 Push API and service workers.
Not using SignalR which only can run client ...
Flay asked 17/2, 2017 at 17:55
3
Can we use AWS SNS Service to send Web Push Notification on Mobile and Web Browsers?
I read out the complete documentation of SNS but did not found anything related, Just want to confirm is that s...
Merilynmeringue asked 30/4, 2018 at 5:9
3
I'm using Firefox Nightly of 46.0a1 version (there is only 42v. for OS X, and Push API requires 43v).
And I'm getting this error:
DOMException [AbortError: "Error retrieving push subscription"
c...
Counterfoil asked 28/12, 2015 at 8:5
3
Solved
I' m trying to get notification for Mozilla. But it continuously throwing this error.
The Notification permission may only be requested from inside a short
running user-generated event handler....
2
Solved
I keep getting a WebPush Error (Status Code 403) fro Chrome for a PWA I'm building and the body says that I need to use the VAPID server key from the 'firebase console' but I used nodes Web-Push li...
Cryohydrate asked 31/10, 2019 at 20:12
3
I have successfully created an apk for my webesite using TWA with this tutorial.
https://developers.google.com/web/updates/2019/02/using-twa
But I don't know How should I add push notification fo...
Linda asked 29/3, 2019 at 23:40
1 Next >
© 2022 - 2024 — McMap. All rights reserved.