I have created application in android phonegap.I want to play video using html5 video player. My code is:
try something like this
var video = document.getElementById('video'); video.addEventListener('click',function(){ video.play(); },false);