allow notifications even without an ID

This commit is contained in:
2023-12-22 14:22:13 -07:00
parent 7fe256dc9e
commit 44cfe0d88e
3 changed files with 84 additions and 74 deletions

View File

@@ -22,7 +22,7 @@
</div>
<div>
<p>Here are things to try to get notifications working.</p>
<p>Here are things to get notifications working.</p>
<h2 class="text-xl font-semibold">Test</h2>
<p>Somehow call the service-worker self.showNotification</p>
@@ -54,7 +54,10 @@
<div>Make sure your OS (above) supports it.</div>
<h3 class="text-lg font-semibold">Mobile Phone - Android</h3>
<div>Chrome requires version 50.</div>
<div>
Chrome requires version 50. Hold icon, select "App info", and enable
notifications.
</div>
</div>
</div>