tauri-apps / tauri-apps/plugins-workspace
[notification] Absolutely broken plugin in V2
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
The notification plugin is absolutely broken (atleast for Android). Here are some of my findings but I'm pretty sure there is a lot more that doesn't work:
- `cancelAll` always throws an error. It just doesn't work.
- `pending` and `active` are always empty. The type for active is incorrect. Not an array, but an object.
- `channels` always gives the permission denied error, even when proper permissions are given.
- Scheduling just doesn't work on Android in a build
- `cancel` gives no indication on wether it succeeded or not.
All these findings apply to an Android 9 and Android 14 phone, one with Chrome Webview, one with Android System Webview.
Reproduction steps aren't necessary, just import and use and they break.
Contributor guide
Assessment
This issue has not been assessed yet.