carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

Video upload not working android #78

Open tarangshah19 opened 1 year ago

tarangshah19 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. from gallery when i select any video and click on share button then app is not showing no native drawer but on select of image its showing
carsten-klaffke commented 1 year ago

That is maybe a configuration problem in your AndroidManifest.xml file. Make sure you have the correct types included. I would suppose that you are missing the following:

<data android:mimeType="video/*" />