我正在尝试将 html5 通知用于 Web 应用程序。它在带有 webkitNotifications 和 Notification (W3C) 的 Chrome 26 (on OSX) 中工作。
我已经读到这里和这里的 Chrome for Android 也支持 webkitNotifications,但我无法让它工作。我只是尝试调试 Notification 和 window.webkitNotifications 对象以查看它是否已实现。Chrome 找不到这两个对象。
我需要一些帮助:是 caniuse.com 错了还是我错了?
谢谢 !:)