通知单击Service Worker

时间:2016-11-04 13:28:48

标签: notifications service-worker

我使用Service Worker开发通知,因为我需要在桌面和移动浏览器上显示通知,但我不知道如何处理通知点击事件。

这是我的代码:

function weightEditor(container, options) {
    $('<input name="' + options.field + '"/>')
     .appendTo(container)
     .kendoNumericTextBox({
         decimals: 3,
     })
};

注册的sw.js是一个空文件。

亲切的问候。

0 个答案:

没有答案