maitrungduc1410 / react-native-video-trim

Video trimmer for React Native App
MIT License
37 stars 14 forks source link

nothing happens when selecting a .mov video on ios #1

Closed hamdij0maa closed 9 months ago

maitrungduc1410 commented 9 months ago

Is the event "onError" fired with some details?

Can you pass your video URL to isValidVideo to check if its can be editable?

hamdij0maa commented 9 months ago

it returns false always

maitrungduc1410 commented 9 months ago

Can u send here the videoPath that you're passing to the component?

maitrungduc1410 commented 9 months ago

And is the file selected from Photos?

Or a remote file?

hamdij0maa commented 9 months ago

selected from photos. file:// ...... .MOV

maitrungduc1410 commented 9 months ago

Okay I'll check this and get back to you

maitrungduc1410 commented 9 months ago

@hamdij0maa which ios version are you using?

hamdij0maa commented 9 months ago

iOS 16.4

maitrungduc1410 commented 9 months ago

@hamdij0maa sorry for not mentioning,

Are you using real device or Simulator?

on iOS you have to try on real device in order to work

hamdij0maa commented 9 months ago

Okay