HTML5 Notifications
Rodolfo Stangherlin <[email protected]> Wed, 27 Aug 2014 08:36:55 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Hi! I'm starting to develop a simple HTML5 app to run inside XULrunner and trying to use the HTML5 notification API [1]. Running inside Firefox, it asks for permission and works well. But if I create an XUL app with a <browser> tag pointing to the URL, it is not working (not show the Notification and not asking for permissions). Is any restriction on XUL app to use HTML5 desktop notifications? [1] - https://developer.mozilla.org/en-US/docs/Web/API/notification Thanks! -- Rodolfo