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

[Android] Add a way to share videos (and any other documents) in resources via bluetooth #87

Open
chrismclarke opened this issue Jan 11, 2023 · 0 comments

Comments

@chrismclarke
Copy link
Collaborator

chrismclarke commented Jan 11, 2023

What

Resources should have a button that allow users to share the resource (like they can do with climate charts and budgets)

How

Will probably need to use https://capacitorjs.com/docs/apis/share, adding a button to each resource page that can be used to share.
To start with we can focus on sharing files (video and pdfs), and consider other types of resources later.

The implementation will be different from climate and budget tool, because both of these share images created in the app (as base64 data), whereas resources want to share as files.

Code Info

TODO - related parts of code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Parked
Development

No branches or pull requests

1 participant