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

[Question]: I'm using share_plus to share on Android and the UI is inconsistent with other apps. #1030

Closed
Leheih opened this issue Aug 19, 2022 · 10 comments
Labels
Hacktoberfest Issues taking part in Hacktoberfest question Further information is requested Stale

Comments

@Leheih
Copy link

Leheih commented Aug 19, 2022

What is your question?

The following is my UI using share_plus:
image

Below is the sharing UI for another app on the same phone
image

@Leheih Leheih added the question Further information is requested label Aug 19, 2022
@Leheih Leheih changed the title [Question]: I'm using share_Plus to share on Android and the UI is inconsistent with other apps. [Question]: I'm using share_plus to share on Android and the UI is inconsistent with other apps. Aug 19, 2022
@miquelbeltran
Copy link
Member

share_plus uses Intent.createChooser from Android internally, which is what is being used in the official Android docs: https://developer.android.com/training/sharing/send

tbh I am not sure what other apps may be doing. Any ideas?

@LuisMiguelSS
Copy link

Perhaps the other apps include more intents, which add up the amount of results shown in the intent, thus having different results. Intent choosers should always be the same under the same circunstamces.

@mhadaily mhadaily added the Hacktoberfest Issues taking part in Hacktoberfest label Sep 28, 2022
@ueman
Copy link
Contributor

ueman commented Oct 2, 2022

I guess this is because share_plus doesn't make use of Rich content previews on Android.

@SirusCodes
Copy link
Contributor

Some other apps create their own chooser and use intents to directly target those apps.

Found this medium article to do so.

@SirusCodes
Copy link
Contributor

I guess this is because share_plus doesn't make use of Rich content previews on Android.

It's not because of that but it would be a good idea to have support for Rich content previews 🤔

I would love to contribute that for hacktoberfest

@Coronon
Copy link
Contributor

Coronon commented Oct 29, 2022

@SirusCodes I would refrain from such a change at the moment as there was an announcement that a large portion of the plus plugins may be refactored. When we do add this, we should also add it to other platforms.

See #1221

@miquelbeltran
Copy link
Member

I would refrain from such a change at the moment as there was an announcement that a large portion of the plus plugins may be refactored. When we do add this, we should also add it to other platforms.

There's nothing going on at the moment.

@ipcjs
Copy link
Contributor

ipcjs commented Nov 17, 2022

you can use huawei_share on HUAWEI Phone. 😅

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days

@github-actions github-actions bot added the Stale label Feb 16, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2023
@ipcjs
Copy link
Contributor

ipcjs commented Mar 3, 2023

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Issues taking part in Hacktoberfest question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

8 participants