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]: Showing "Plain text and 1 Document" text in share bottomsheet in iOS. #3141

Open
8 tasks done
vichuer opened this issue Aug 2, 2024 · 2 comments
Open
8 tasks done
Labels
question Further information is requested

Comments

@vichuer
Copy link

vichuer commented Aug 2, 2024

What is your question?

I am using share_plus plugin to share an image and a text to whatsapp. But on the bottom sheet that pops up to select which app to share, The preview of the image is showing but the text is not showing instead "Plain text and 1 Document" is shown.
Please refer the screenshot for better understanding.

share_plus_image1

Is there any way to change that and show custom text there?

This is how I am using the plugin :

Share.shareXFiles( [XFile(file!.path)], subject: 'I just got screened!', text: 'I just got screened!', ).then((value) { if (value.status == ShareResultStatus.success) { pop(context); } });

Checklist before submitting a question

  • I searched issues in this repository and couldn't find such bug/problem
  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I am using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project
@vichuer vichuer added the question Further information is requested label Aug 2, 2024
@KyawSoeW1n
Copy link

I got the same issue too. Any solution for that one ?

@kund3
Copy link

kund3 commented Oct 9, 2024

same here,but i think it's ios' bad. can't change this

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

No branches or pull requests

3 participants