ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
12.29k stars 1.01k forks source link

[Bug]: Filesystem plugin does not notify user once the download is completed #7760

Closed candida17 closed 1 week ago

candida17 commented 1 week ago

Capacitor Version

User should be notified when the download is complete and open the downloaded file Using the capacitor version 6 Angular 18

Other API Details

No response

Platforms Affected

Current Behavior

Currently, once the download is complete user needs to manually navigate to Files app and locate the file.

Expected Behavior

Expectation is to notify the user when download is complete and upon clicking the notification take user to the file location

Project Reproduction

sample project will be created if required

Additional Information

No response

jcesarmobile commented 1 week ago

That's up to the developer to implement, some developers might want that behavior, some others might not.