send-intent icon indicating copy to clipboard operation
send-intent copied to clipboard

Video upload not working android

Open tarangshah19 opened this issue 2 years ago • 1 comments

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

tarangshah19 avatar Apr 28 '23 04:04 tarangshah19

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/*" />

carsten-klaffke avatar May 02 '23 06:05 carsten-klaffke