EddyVerbruggen / VideoCapturePlus-PhoneGap-Plugin

:movie_camera:
133 stars 113 forks source link

2 questions #49

Open elysiopires opened 7 years ago

elysiopires commented 7 years ago

Hello Eddy,

First of all congrats for your great job in this plugin!

I need to know if is it possible to exclude the screen use video and pass directly to the app when the movie reach the maximum duration... in iOS...

And the second is what I have to do to play the video preview over android devices? iOS works fine...

Thx a lot; Elysio Pires

Nauzer commented 7 years ago

Hi Elysio,

The use video screen is an integral part of the UIImagePickerController workflow that is used in this plugin which - as far as I can see - cannot be easily skipped. If it is really a requirement I would suggest building your own or using another plugin.

For Android the preview is part of the camera app implementation of the manufacturer of the phone. Some do, some don't. Same as above ;-)

Since in iOS the preview is part of the 'use video' screen that you mention - is your question not a bit contradictory? Mark

elysiopires commented 7 years ago

Hi Mark,

Thank you for your reply... Do you know any plugin that does this without use UltimatePickerController?

I will try to develop another plugin to do this...

And about the contradiction when I wrote these questions I see that can cause some doubt but in my app I need both approaches for different features...

Thank you, Elysio