From 8d5adc04645e3e71423f16869f39b8d79969bccd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 30 Apr 2020 06:54:48 +0300 Subject: Install Wekan to mobile homescreen icon and use fullscreen PWA. Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879 --- public/pwa-service-worker.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/pwa-service-worker.js (limited to 'public/pwa-service-worker.js') diff --git a/public/pwa-service-worker.js b/public/pwa-service-worker.js new file mode 100644 index 00000000..3cc74ec9 --- /dev/null +++ b/public/pwa-service-worker.js @@ -0,0 +1,4 @@ +self.addEventListener('install', function(event) { + // Dummy service worker that does nothing, + // for mobile browsers "Add to home screen". +}); -- cgit v1.2.3-1-g7c22