I download my files with:
var fileTransfer = new FileTransfer();
fileTransfer.download(
url,
target,
..
);
And then i open them later with:
window.open(targetUrl, '_blank', 'location=no');
It works for PDF, XLX, DOCX etc. but not for AVI or MP4. It opens the Video Player with a Play Button and a 'loading..' Text. If i try to open the AVI or MP4 directly it plays the files just fine.
What am I doing wrong? Thanks!
Edit: I use a iPad Edit2: The Error: webView:didFailLoadWithError - 204: Plug-in handled load