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

use article title for email subject when sharing article via iOS share sheet #3938

Open
edjusted opened this issue May 11, 2024 · 1 comment
Assignees
Labels

Comments

@edjusted
Copy link

If I share an article from Omnivore in iOS, I tap on Mail, and a new email is created with the article title and url pre-populated in the body of the email and a blank subject. I'd like to see the article title in the subject of the email.

@jacksonh
Copy link
Contributor

Just looking at some docs, seems this is a bigger change that expected:

When you use navigator.share() on iOS, you can specify the title, text, and URL, but the ability to explicitly set the email subject or other email-specific fields directly through the API is not supported. This limitation exists because navigator.share() aims to provide a general interface for sharing across various apps, without app-specific customizations like email subjects.

I'll have to switch over to handling this natively.

@jacksonh jacksonh self-assigned this May 13, 2024
@jacksonh jacksonh added the iOS label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants