The tag attribute webkit-playsinline supposedly prevents the default go to fullscreen behavior of HTML5 videos.
webkit-playsinline
I added thi
This worked for me. I tried to use playsinline inside of video tag. But it didn't work so I tried to set attribute from jQuery
playsinline
jQuery
$('#you video tag id').attr('playsinline','');