Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Push Notifications + PWAs #8897

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

ConnorLand
Copy link
Collaborator

Solves feedback item 8890.

Will possibly also address related feedback item 8891.

@ConnorLand ConnorLand requested a review from allard-mx January 10, 2025 14:06
@ConnorLand ConnorLand self-assigned this Jan 10, 2025
These step-by-step guides teach you how to build local notifications for native mobile applications. Local notifications will only allow you to schedule and send notifications confined to one mobile device. These notifications do not use an internet connection. One use of a local notification might be an alarm app which sends a notification after an amount of time has elapsed.
These step-by-step guides teach you how to build local notifications for native mobile applications. Local notifications will only allow you to schedule and send notifications confined to one mobile device.

These notifications do not use an internet connection, therefore local notifications only work with the following types of apps:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tech check please, @allard-mx.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Local notifications are currently supported for native mobile only, not for PWA. The Notifications widget and the Display notification JS action are both part of the Native Mobile Resources module, there is currently no web alternative available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants