I am having trouble with Cordova Media Capture where I get an error saying:
This happens after I take a video and try to display it. The video player seems to record fine but the file doesn't play. I looked in the console and found the above error.
I found a solution that I think will work:
http://www.agiliztech.com/2017/06/29/retrieve-audio-video-file-ionic-2-app/
but in the code he has a line that says File.copyFile(). I don't know what library this is coming from. Does anyone know?
Also, does anyone know the root cause of my problem? Or is there a JS alternative to what he is doing that I can use if you don't know what File.copyFile is?
I am currently getting the error File.copyFile is not a function - Which it's not a function...
Thanks.