snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 5a631d3833a63e76d3611dc97ec073e471af58ba
parent 600d3551f4765d65a4348a33012b57ee370b3da3
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Fri, 21 Sep 2018 21:21:44 +0200

Notfication API on android

Diffstat:
Mclient/scripts/ui.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/scripts/ui.js b/client/scripts/ui.js @@ -361,7 +361,8 @@ class Notifications { const config = { body: body, icon: '/images/logo_transparent_128x128.png', - vibrate: [200, 100, 200, 100, 200, 100, 400], + // vibrate: [200, 100, 200, 100, 200, 100, 400], + // requireInteraction: true } if (serviceWorker && serviceWorker.showNotification) { // android doesn't support "new Notification" if service worker is installed