web-notifications Questions
2
Solved
I would like to intercept HTML5 Web Notifications. I have read the following answer where a user suggests that it is possible to override the window.Notification object with your own object that wi...
Klipspringer asked 16/8, 2019 at 11:33
3
Solved
My questions is some what similar to (question) but with some differences.
I am using FCM Admin SDK, but still do not see an option to send the click_action attribute for Web Push notifications.
I...
Simas asked 3/5, 2018 at 6:26
5
I am trying to display notifications with jQuery locally on page load. The notification is showing correctly in Firefox, Firefox Developer, and Chrome. The notification is not appearing in Safari d...
Eckhardt asked 30/6, 2016 at 4:57
1
I'm wondering if I can implement local notification in flutter web? I saw that I can create local notification for mobile app Android or IOS but is it possible to use it for web app? or any other a...
Cataldo asked 26/4, 2022 at 6:57
3
I'm enabling web notification to my web site and added below event listener to service worker .js file,
This works fine in edge and click event gets trigger and opens a new window, however chrome n...
Leander asked 6/1, 2019 at 18:46
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
2
I am trying to setup browser notification for a project I'm working on. The code I have so far is:
// Notification permissions logic handled before...
var notification = new Notification('Title', ...
Catercornered asked 11/8, 2015 at 18:19
7
Solved
How to implement Notification API on Electron App?
I tried checking Notification.permission and it returns granted
But when I try to run:
new Notification("FOO", {body:"FOOOOOOOOOOOOOOOOOOOOOOOO...
Glorious asked 24/7, 2015 at 9:7
5
Solved
I'm using the HTML5 notification API to notify the user in Chrome or Firefox. On desktop browsers, it works. However in Chrome 42 for Android, the permission is requested but the notification itsel...
Anywheres asked 20/7, 2015 at 9:3
2
I registered a service worker and am trying to test a web notification in the browser. Chrome (and Firefox) claim the service worker is successfully registered.
On load of the React App, I've gran...
Tammitammie asked 16/9, 2020 at 7:18
0
I am getting the below error after initializing pusher on nextjs application:
export { Client, RegistrationState, TokenProvider };
^^^^^^
SyntaxError: Unexpected token 'export'
I have also tried m...
Matriarchy asked 1/7, 2021 at 14:45
2
Solved
I have a service worker that creates a Websocket to listen for notifications, and it works fine. My problem is that when I am trying to display the notification I can't. here is the code
function d...
Etheleneethelin asked 22/4, 2021 at 16:43
2
Solved
I am using Firebase Cloud Messaging (FCM) to send Data messages so that I can handle notification using Service Worker. Now I show the notification using Service Worker and when I click the notific...
Vertu asked 18/5, 2020 at 5:18
1
I have configured web push notifications to my PWA ionic 4 app. The web push notifications are working like a charm when the tab is switched i.e in background or other than my app.
The issue is wh...
Spavin asked 27/2, 2020 at 17:22
3
Solved
We're developing a website which sends push notifications to end users using GCM. We've gone through Service Worker and all. We have developed a prototype using this codelab tutorial. It is working...
Hydrometeor asked 10/2, 2016 at 9:47
1
I'm working on a macOS desktop app in Swift 4.
It has a WKWebView which loads up a web page that sends notifications.
None of the notifications are shown by default and there's also no permission r...
Numberless asked 7/2, 2018 at 20:4
1
I am using pywebpush 1.4.0 library to push Web Notifications from Django backend. The keys that I'm using were obtained from https://web-push-codelab.glitch.me/. Subscription seems to working fine....
Lotte asked 24/4, 2018 at 7:25
2
Solved
I am creating new application in rails 5. I want to use Web Push notifications. I haven't find any document that'll help me in web push notifications.
Any help will be appreciable .Thanks in advan...
Necolenecro asked 2/3, 2017 at 8:5
1
Solved
How do I create a TypeScript web notification with a set timeout?
I created the following code but doesn't work in closing the notification before the default timeout:
export function createNotif...
Shannon asked 18/12, 2017 at 10:50
1
I currently learning about service workers, and in particular subscribing a user to push notifications. I've worked through the Web Push Notifications Guide and Adding Push Notifications to a Web A...
Epicureanism asked 3/10, 2017 at 18:37
0
I am trying to put the web notifications to my site so that all of my clients will see my notification in browser, when I add any new item in my site.
I chose angular-web-notification, I installed...
Acrylonitrile asked 20/7, 2017 at 6:31
2
Solved
I have a web app in which I am using HTML Notifications. It works fine if the user allows it for the first time and start using it, however if user blocks the notification the first time by clickin...
Blithering asked 30/6, 2015 at 8:56
2
Solved
My goal is to send Gmail-style desktop notifications in Chrome or Firefox from a web app (let's call it X) that is NOT currently open in the browser, without requiring the user to install an app or...
Exhaust asked 1/12, 2014 at 3:18
3
Solved
Perhaps this is a fairly big and ambiguous question:
In the Stack Overflow chatrooms, there is a button to "enable desktop notifications," which will show something in the system tray when someone...
Inveigle asked 11/5, 2014 at 15:44
1
So, is it possible to implement web notifications for Chrome without SSL certificate?
I want to avoid installing SSL on my site and it would be cool if there was a way to send notifications withou...
Institutional asked 1/9, 2015 at 8:1
1 Next >
© 2022 - 2024 — McMap. All rights reserved.