Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

Fullscreen button not working on Android #19

Closed grahamharper closed 9 years ago

grahamharper commented 9 years ago

The fullscreen button doesn't seem to be working on on Android (HTC One, 4.2.2, stock Browser). When you tap it nothing happens.

jossemarGT commented 9 years ago

Hmm... It seems that it is not supported yet http://caniuse.com/#search=full%20screen :octocat:

grahamharper commented 9 years ago

Gah, that's annoying. I guess to allow fullscreen I'll have to just use the default player then?

Wildhoney commented 9 years ago

Sad story! Yep, don't use the HTML5 video player in this case.

grahamharper commented 9 years ago

Have you thought about using .webkitEnterFullscreen() ? That appears to be supported in older versions of Android?