cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 FileUploader video issue in Android mobile

lidor
Discoverer
0 Kudos

Hi,

When i want to upload and take a live video from my

Phone camera using an Android device I don’t get the option of a video, using IOS it’s working fine.

In FileType property i used mp4, video/*

And nothing works.

Thanks!

chandan_singh9
Explorer
0 Kudos

Are you using Fiori Client?

Accepted Solutions (0)

Answers (1)

Answers (1)

lidor
Discoverer
0 Kudos

Yes i am

chandan_singh9
Explorer
0 Kudos

I think the option for video was removed in the fiori client a few years back. I had to update the cordova plug-in to add that option back. If you use it in the phone browser it will give you option for video.


You can see the change that was done for video in ExtendedWebChromeClient.java in this repository.

https://github.com/singhc00/InputFileSelector


Or you could use any other available cordova plugins


Best Regards

Chandan Singh