aCheeseInTheDark
  • Joined on 2024-02-07
aCheeseInTheDark closed issue aCheeseInTheDark/tack-up-now#2 2024-04-22 00:25:22 -04:00
Spike: Create a web app that sends push notifications on iOS
aCheeseInTheDark commented on issue aCheeseInTheDark/tack-up-now#2 2024-04-22 00:22:25 -04:00
Spike: Create a web app that sends push notifications on iOS

Okay, finally got this to work.

Several things required to make it work.

Your site MUST have a manifest called by the exact name of "site.webmanifest" included as a link with rel="manifest" …

aCheeseInTheDark commented on issue aCheeseInTheDark/tack-up-now#2 2024-04-20 23:03:29 -04:00
Spike: Create a web app that sends push notifications on iOS

So far I've discovered that PushManager is not available on window, at least.

It seems that it may be available as pushManager on the ServiceWorkerRegistration object, but I haven't been able…

aCheeseInTheDark commented on issue aCheeseInTheDark/tack-up-now#1 2024-04-20 00:25:50 -04:00
Spike: Create a web app that sends push notifications on Android

Managed to send a push notification using this tutorial: https://codelabs.developers.google.com/codelabs/push-notifications/#8

Results:

  • Choosing "forever" as the notification duration…
aCheeseInTheDark closed issue aCheeseInTheDark/tack-up-now#1 2024-04-20 00:25:50 -04:00
Spike: Create a web app that sends push notifications on Android
aCheeseInTheDark opened issue aCheeseInTheDark/tack-up-now#2 2024-04-16 22:48:37 -04:00
Spike: Create a web app that sends push notifications on iOS
aCheeseInTheDark opened issue aCheeseInTheDark/tack-up-now#1 2024-04-16 22:48:17 -04:00
Spike: Create a web app that sends push notifications on Android
aCheeseInTheDark created repository aCheeseInTheDark/tack-up-now 2024-04-16 22:46:38 -04:00
aCheeseInTheDark pushed to main at aCheeseInTheDark/two-bit 2024-04-03 09:07:37 -04:00
55bc02e00a Change directions to a stack-based, minecraft-focused machine
aCheeseInTheDark pushed to main at aCheeseInTheDark/math-types 2024-02-28 23:33:36 -05:00
5a93eb97b3 Add an index file
3e14a77a5e Okay, someone else made something called numeric-types already
Compare 2 commits »
aCheeseInTheDark renamed repository from numeric-types to aCheeseInTheDark/math-types 2024-02-28 23:02:37 -05:00
aCheeseInTheDark pushed to main at aCheeseInTheDark/math-types 2024-02-28 22:53:20 -05:00
cccf9c1893 Add keywords and readme
aCheeseInTheDark pushed to main at aCheeseInTheDark/math-types 2024-02-28 22:37:57 -05:00
ed2c9caddf Remove WIP Subtraction, clean up unused types
aCheeseInTheDark pushed to main at aCheeseInTheDark/math-types 2024-02-28 22:24:25 -05:00
b1535c59ae Add Max type
aCheeseInTheDark pushed to adding-subtraction at aCheeseInTheDark/math-types 2024-02-21 00:52:53 -05:00
b1535c59ae Add Max type
aCheeseInTheDark created branch main in aCheeseInTheDark/public-keys 2024-02-13 18:55:12 -05:00
aCheeseInTheDark created repository aCheeseInTheDark/public-keys 2024-02-13 18:54:14 -05:00
aCheeseInTheDark created branch adding-subtraction in aCheeseInTheDark/math-types 2024-02-12 20:53:10 -05:00
aCheeseInTheDark pushed to adding-subtraction at aCheeseInTheDark/math-types 2024-02-12 20:53:10 -05:00
9a61575d87 WIP subtraction/comparison stuff