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

Gmail app - attachment doesn't work #166

Open
wojciechnowaczyk opened this issue Jan 4, 2021 · 3 comments
Open

Gmail app - attachment doesn't work #166

wojciechnowaczyk opened this issue Jan 4, 2021 · 3 comments

Comments

@wojciechnowaczyk
Copy link

Hi!
Plugin works fine with Android Mail App and with old Gmail apps. Unfortunately, there is a problem with attachment in the latest Android version and latest Gmail App. Gmail app opens but there is an error with attachment - it doesn't attach any files. Have you ever had similar problem? Thanks!

@deborahshd
Copy link

Any updates on this? Having the same problem.

@skicson
Copy link

skicson commented Mar 16, 2021

Make sure to update to the latest version of this library and put this in your AndroidManifest.xml

<queries> <intent> <action android:name="android.intent.action.SEND_MULTIPLE" /> <data android:mimeType="*/*" /> </intent> </queries>

Also note that in the latest version the "attachment" attribute is now an "attachments" array.

@geraintwhite
Copy link
Contributor

geraintwhite commented Mar 30, 2021

Fixed by #175

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

No branches or pull requests

4 participants