Vue.JS
<templates>
<input type="file" accept="video/*" @change="onChange"></input>
<templates>
When I open the vuejs code in ios safari browser, it is attached after selecting video in photo library, video selection + compression. (photo library -> video selection -> compressing -> get video file)
But when you open it in React Native WebView, it's done right in the photo library, and the video selection screen doesn't appear. The file size is taken as zero bytes. (photo library -> get video file(0 byte))
I added permission to info.plist.
- Camera Usage Description
- Microphone Usage Description
- Photo Library Usage Description
What's wrong?