D darabon Active Member Jan 27, 2021 #1 How do I can add two or more mime type to content chooser? I try to use image/jpg, video/mp4, but not working and only show images Thanks
How do I can add two or more mime type to content chooser? I try to use image/jpg, video/mp4, but not working and only show images Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2021 #2 You will need to set the mime type to */*. You cannot have multiple types with ContentChooser. MediaChooser class from this project can be useful: https://www.b4x.com/android/forum/threads/b4x-b4xpages-pleroma-mastodon-client.119426/#content Upvote 0
You will need to set the mime type to */*. You cannot have multiple types with ContentChooser. MediaChooser class from this project can be useful: https://www.b4x.com/android/forum/threads/b4x-b4xpages-pleroma-mastodon-client.119426/#content
D darabon Active Member Jan 27, 2021 #3 Erel said: You will need to set the mime type to */*. You cannot have multiple types with ContentChooser. MediaChooser class from this project can be useful: https://www.b4x.com/android/forum/threads/b4x-b4xpages-pleroma-mastodon-client.119426/#content Click to expand... Thank you Upvote 0
Erel said: You will need to set the mime type to */*. You cannot have multiple types with ContentChooser. MediaChooser class from this project can be useful: https://www.b4x.com/android/forum/threads/b4x-b4xpages-pleroma-mastodon-client.119426/#content Click to expand... Thank you