Login Page - Create Account

Support Board


Date/Time: Mon, 21 Apr 2025 15:35:34 +0000



Post From: Receiving realtime Mobile/telegram Push or sms notification

[2025-02-28 11:18:05]
seandunaway - Posts: 348
Not sure what we can do when the mobile home screen is locked. We will have to look into that. We probably have to create a direct application for Android/iOS.

the web push api works great for this. it uses the os's native notifications and works even when the browser is closed or the device is asleep

it's neat, the browser returns an endpoint for its push service, which then routes to the correct system service (like firebase for android or apple push notification service for ios)

client side, it's just a manifest and a bit of javascript (service worker, notifications api, push api)

server side, it's a post request with some slightly annoying encryption

https://web.dev/articles/push-notifications-overview
Date Time Of Last Edit: 2025-02-28 11:23:01