Open
Description
Feature Request
Description
Local Notification plugin has the option to display and update a progress bar.
Platform(s)
- At minimum: Android, iOS
- Ideally: Android, iOS, and web
Preferred Solution
- A notification could be scheduled, with a progress bar in an initial state (ex: 0 of 10 files uploaded).
- That notification could be updated using the notification's ID and the progress bar or other properties of the notification could be updated.
- Ideally the progress bar would be able to be updated without playing the notification sound on every update.
- Playing a sound on update of an existing notification should be optional and should be able to be disabled.
Alternatives
N/A
Additional Context
I've attempted to use the Ionic-Native Local Notifications plugin but it hasn't been updated since 2019 and there are many issues reported regarding it's compatibility with newer versions of iOS and Android.
The Ionic Native plugin was able to show progress bar and update it but it plays a notification sound every time the progress bar is updated and I am unable to disable or silence it.
As I am using Capacitor in my project, I would like to use the Capacitor plugins over the Ionic Native ones where possible.