-
-
Notifications
You must be signed in to change notification settings - Fork 973
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
[Request]: (share_plus) EXTRA_TITLE
in share Intent on Android
#3307
Comments
Solution 1:
|
Solution 5: add (yet) another method to the interface that's compatible with Web Share API. Specs here The main issue is probably a confusing interface because then the same thing can be achieved by (at least) two functions |
Ad 1) I agree, that would be most logical, but definitely a breaking change |
Yeah, refactoring the three existing methods into a single one is something I'd like to see eventually as well. That would make adding extra options easier, too. |
Plugin
share_plus
Use case
As a plugin user I'd like to be able to set the
EXTRA_TITLE
when sharing conent (URL, Text or Files) withshare_plus
when using Android.Proposal
See PRs #3306 and #3270.
Several options:
title
optional parameter. This is only used on Android.subject
as theEXTRA_TITLE
intent extra.Map<String, String>
)Each one has advantages and disadvantages, I'd like to discuss them in this ticket.
The text was updated successfully, but these errors were encountered: