1
I have used phonegap build with the plugin "nl.x-services.plugins.videocaptureplus" video capture. It captures normally on android and Ios, but has 2 problems:
1 - On android I can’t find the file path, so I can’t upload using the "org.apache.Cordova.file-transfer plugin"
2 - The videos captured on iphone 5c go up to the server and play normally with the Html5 video tag. but iphone6 videos do not work.
I am using phonegap build in version 3.7.0
Has anyone ever had these problems?? How did you solve them???