mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #285] With parameter action = none it still opens the Bark app when I click the push notification on iPhone iOS17 #249
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theknown on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/285
Sample:
POST https://api.day.app/XXXXXXXXXXXX
Content-Type: application/json; charset=utf-8'
Data:
{
"title": "Test Title",
"body": "Test Body",
"sound": "spell"
"level": "critical",
"action": "none"
}
When running this, and click the push notification, it still takes me to the Bark app. I thought "action=none" would make it unclickable?
@Finb commented on GitHub (Feb 20, 2025):
Tapping a push notification will always open the app. If you don’t want that, just hit “clear” in the notification center.