plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Bug]: Share_plus shareXFiles Method does not work with image and text on Signal

Open Wegi opened this issue 2 years ago • 3 comments

Platform

iOS

Plugin

share_plus

Version

7.2.1

Flutter SDK

3.13.8

Steps to reproduce

  • Start Share with image, text and subject
  • When the share dialog comes up, select Signal
  • Only the image is shown, but no Text

Code Sample

Share.shareXFiles(
              [myFile],
              text: "Some title",
              subject: "Subject text"
            );


### Logs

```shell
-

Flutter Doctor

[✓] Flutter (Channel stable, 3.13.8, on macOS 14.0 23A344 darwin-arm64, locale de-DE)
    • Flutter version 3.13.8 on channel stable at /Users/wegi/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 6c4930c4ac (vor 8 Tagen), 2023-10-18 10:57:55 -0500
    • Engine revision 767d8c75e8
    • Dart version 3.1.4
    • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at /Users/wegi/Library/Android/sdk
    • Platform android-34, build-tools 33.0.1
    • Java binary at: /Users/wegi/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A507
    • CocoaPods version 1.13.0

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3)
    • Android Studio at /Users/wegi/Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] IntelliJ IDEA Ultimate Edition (version 2023.2.4)
    • IntelliJ at /Users/wegi/Applications/IntelliJ IDEA Ultimate.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] Connected device (3 available)
    • iPhone von Alexander (mobile) • 00008130-000A64562491401C • ios            • iOS 17.0.3 21A360
    • macOS (desktop)               • macos                     • darwin-arm64   • macOS 14.0 23A344 darwin-arm64
    • Chrome (web)                  • chrome                    • web-javascript • Google Chrome 118.0.5993.88

[✓] Network resources
    • All expected network resources are available.

• No issues found!

Checklist before submitting a bug

  • [X] I searched issues in this repository and couldn't find such bug/problem
  • [X] I Google'd a solution and I couldn't find it
  • [X] I searched on StackOverflow for a solution and I couldn't find it
  • [X] I read the README.md file of the plugin
  • [X] I'm using the latest version of the plugin
  • [X] All dependencies are up to date with flutter pub upgrade
  • [X] I did a flutter clean
  • [X] I tried running the example project

Wegi avatar Oct 26 '23 09:10 Wegi

For me this is also the case for WhatsApp, what about you? Do you face this issue only for the Signal app? Related to #1689

kamranbekirovyz avatar Dec 04 '23 10:12 kamranbekirovyz

Its the same issue with WhatsApp. I guess its a choice of the messenger, rather than a plugin issue. But its not mentioned in any documentation.

Wegi avatar Dec 04 '23 10:12 Wegi

For me am facing the same issue on sharing image + text both , it share only text or only image not both . I tried Mutiple packages Share Share Plus Share Extend all are giving same response

Numanshakir avatar Jan 19 '24 06:01 Numanshakir

Hy, add share_plus in labels, so it show in open issue in library plug in.

abhaySquare avatar Apr 23 '24 07:04 abhaySquare

As we mention in the Readme, some apps don't implement the share functionality correctly, nothing we can do from the plugin side.

miquelbeltran avatar Apr 23 '24 08:04 miquelbeltran