jaeger25 / Html5Video

A Phonegap plugin that allows playback of local video files using html 5 video tags
Apache License 2.0
99 stars 65 forks source link

Fixed to work on KitKat (issue #20) #26

Closed odbol closed 9 years ago

odbol commented 10 years ago

Fixes issue #20 by copying videos over to app's private data directory. Note there are slight security concerns when doing this, but it is the only way.

Idea taken from @gylippus from this comment: https://github.com/jaeger25/Html5Video/issues/23#issuecomment-51174558