Reputation: 687
i'm developing a meteor/cordova APP. I try to play offline video stored on device memory and play it in html5 video tag but when i get file local path in format 'file:///' i cannot load it because i have a security access violation.
Upvotes: 0
Views: 303
Reputation: 11
Here is my test environment and it works.
You should use cdvfile://
instead of file:///
the relate config please reference the cdvfile protocol
Upvotes: 1