我在Safari中的网页通知中看不到该图标

时间:2014-01-06 11:36:31

标签: javascript html5 safari notifications html5-notifications

我在javascript中使用Notification类来管理Chrome和Safari中的通知。

myNotify = new Notification('Hello', {
            'body': 'How are you ?',
            'tag' : '',
            'icon' : 'http://PATH/TO/MY/ICON.png'
});  

我的图标显示在Chrome中,但在Safari中,图标不会显示

有事可做吗?还是不可能?

谢谢

0 个答案:

没有答案