NativeScript / NativeScript/plugins
[@nativescript/local-notifications] iOS removes pending while android removes shown
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 206
- Forks
- 123
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 1
Description
On iOS if you use cancel it wont hide a notification if it is already showing.
While on android it will remove pending and shown notification.
I think the best would be add a remove method:
cancel/cancelAll: remove pendingremove/removeAll: remove shown
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the @nativescript/local-notifications implementations of cancel and cancelAll on iOS and Android, then compare how pending and already-shown notifications are handled. Done means the API consistently distinguishes canceling pending notifications from removing shown notifications, with behavior covered for both platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100