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

Fixes Android issue with looping and triggering callback on video end. #5

Closed jpescada closed 10 years ago

jpescada commented 10 years ago

Fixes Android issue with looping and triggering callback on video end.

Added example of the expected format for the videos parameter in the initialize method. Renamed _playVideo() call in the initialize method to _play(). Rounded video.duration and video.currentTime values to trigger video.ended callback and force loop the video, if requested on the video tag.