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

email subject #21

Open
evanholt1 opened this issue Dec 14, 2021 · 0 comments
Open

email subject #21

evanholt1 opened this issue Dec 14, 2021 · 0 comments

Comments

@evanholt1
Copy link

evanholt1 commented Dec 14, 2021

When sharing through email services (gmail/outlook),

the email's subject is always empty regardless of what i pass to .shareFile()
. the body of the email is filled successfully by the title in .shareFile() though.

how can i fill the email's Subject from .shareFile() ?

example:

ShareFilesAndScreenshotWidgets().shareFile(
        'title',  -> not used in email services
        'image.jpg',
        imageData,
        'image/jpg',
        text: "text", -> filled in email body
      );

edit: after further testing, sometimes in IOS devices the text parameter is the email subject AND email body. even more weird.

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

No branches or pull requests

1 participant