You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can select this app as share target in many apps such as YouTube and Google Photo's, but the app is not listed in the "Open With" list if I click on an attachment in Gmail. This is exacly my use case, so I really need that.
Is that possible with this plugin?
If so, am I doing something wrong?
Is there a demo app on the Play Store to test (so I can exclude failures/misconfigurations in my own app?)
To Reproduce
Steps to reproduce the behavior:
Install a demo app with this plugin
Open GMail
Select a mail with an attachment
Click on the attachment
A list with share targets appears, but the Capacitor app is not listed.
Expected behavior
My app should show up in the "Open With" list of GMail when clicking on an attachment.
Smartphone (please complete the following information):
Device: Samsung A54
OS: Android 14
Samsung One UI: 6.0
Browser Chrome
The text was updated successfully, but these errors were encountered:
- Is that possible with this plugin?
With the sample AndroidManifest-configuration that I describe in the readme, an app wouldn't be shown in the "open with" dialogue. Nevertheless, it is possible with a slightly different configuration. - If so, am I doing something wrong?
Add the following lines to your intent-filter (in this example for type PDF):
- Is there a demo app on the Play Store to test (so I can exclude failures/misconfigurations in my own app?)
There is no demo on the play store, but the repository contains an example which you can build and execute.
Describe the bug
I created a basic Capacitor app and added the "de.mindlib.sendIntent.SendIntentActivity" Activity:
I can select this app as share target in many apps such as YouTube and Google Photo's, but the app is not listed in the "Open With" list if I click on an attachment in Gmail. This is exacly my use case, so I really need that.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My app should show up in the "Open With" list of GMail when clicking on an attachment.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: