KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

kango.ui.notifications not working #145

Closed ar7casper closed 8 years ago

ar7casper commented 8 years ago

When using kango.ui.notifications - kango.ui.notifications.show('Notification title', 'Notification text', http://kangoextensions.com/images/logos/kango.png', function() { kango.console.log('Notification click'); });

In notifications.js it breaks on chrome.notifications.create, here's the exception - Cannot read property 'create' of undefined

Added the required permissions, can't find a solution.