HTML5-Desktop-Notifications
HTML5-Desktop-Notifications copied to clipboard
Desktop notifications plugin for Chrome, Safari, Firefox and IE9+
License added in readme :) will add more in the readme as in the todo list
Hey, we are using this project in production. We fixed in our repo a bunch of small things and also going to fix some more. If you want, I can...
I'm trying to duplicate something like this, let note = new Notification(options.title, { body: options.body, icon: options.icon }); note.onclick = () => { window.focus(); }; with the `createNotification` method: let...
Relates to #18
During debug, I see isSupported = true. But it behaves like displaying message 'Pin current page in the taskbar in order to receive notifications' and nothing happens when I click...
Using HTML5-Desktop-Notifications, babel-polyfill and CKEditor Notification plugin. There is a class name collision and it turns out having error Uncaught TypeError: w.external.msIsSiteMode is not a function The issue is encountered...
Using Node v6.10.0, bower 1.8.0 the problem is still replicated: > bower install ttsvetko/HTML5-Desktop-Notifications --save bower HTML5-Desktop-Notifications#* cached https://github.com/ttsvetko/HTML5-Desktop-Notifications.git#3.0.0 bower HTML5-Desktop-Notifications#* validate 3.0.0 against https://github.com/ttsvetko/HTML5-Desktop-Notifications.git#* bower angular-web-notification#^0.0.79 cached https://github.com/sagiegurari/angular-web-notification.git#0.0.79 bower...
When using gulp to build our app we're getting the following error: `stream.js:74 throw er; // Unhandled stream error in pipe.` It seems to be coming from `wiredep.js:135:34` I believe...
This will add the badge to show its version on CDNJS and also link to its page on CDNJS!