Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add file-saver plugin #37

Open
robingenz opened this issue Apr 27, 2023 · 2 comments
Open

feat: add file-saver plugin #37

robingenz opened this issue Apr 27, 2023 · 2 comments
Labels
feature Feature request

Comments

@robingenz
Copy link
Member

Current problem

Currently there is no Capacitor 4 compatible plugin that can be used to save files via a dialog.

Preferred solution

Create a Capacitor 4 plugin to save files via a dialog.

Alternative options

No response

Additional context

No response

@robingenz robingenz added the feature Feature request label Apr 27, 2023
@robingenz robingenz changed the title fest: add file-saver plugin fest: add file-saver plugin Apr 28, 2023
@robingenz robingenz added plugin and removed feature Feature request labels Dec 4, 2023
@robingenz robingenz changed the title fest: add file-saver plugin feat: add file-saver plugin Dec 4, 2023
@robingenz robingenz added feature Feature request and removed plugin labels Dec 4, 2023
@stephan-fischer
Copy link
Contributor

@robingenz
Its possible with the plugin on ios to save the file on device file system and / or on camera roll? Means:

fileSaver.saveFiles({
    files: [], // bunch of files!
    target: FileSaverTarget.FileSystem
})
//or 
fileSaver.saveMedia({files: []})
fileSaver.saveFiles({files: []})

It is possible to create a branch for this feature and work together on it?

@robingenz
Copy link
Member Author

@stephan-fischer Thank you for your interest! This plugin is currently still on my todo list. Unfortunately there is no ETA. The idea was to let the user select a location via the system file picker where a file from the app should be saved. However, I am not actively working on this plugin yet. Also, new plugins are first released as sponsorware. Therefore PRs are not possible at the beginning, as the development takes place in a different repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants