plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

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

Open Leheih opened this issue 3 years ago • 2 comments
trafficstars

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 avatar Aug 19 '22 09:08 Leheih

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?

miquelbeltran avatar Sep 06 '22 13:09 miquelbeltran

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.

LuisMiguelSS avatar Sep 19 '22 10:09 LuisMiguelSS

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

ueman avatar Oct 02 '22 15:10 ueman

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

Found this medium article to do so.

SirusCodes avatar Oct 22 '22 22:10 SirusCodes

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

SirusCodes avatar Oct 22 '22 22:10 SirusCodes

@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

Coronon avatar Oct 29 '22 01:10 Coronon

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.

miquelbeltran avatar Oct 31 '22 08:10 miquelbeltran

you can use huawei_share on HUAWEI Phone. 😅

ipcjs avatar Nov 17 '22 08:11 ipcjs

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[bot] avatar Feb 16 '23 00:02 github-actions[bot]

👀

ipcjs avatar Mar 03 '23 02:03 ipcjs