Is there a way to bind functions to webkitRequestFullScreen()
and webkitExitFullscreen();
? Meaning when I trigger fullscreen the video can play $('#myVideo').get(0).play()
and on exit it will pause $('#myVideo').get(0).pause()
Asked
Active
Viewed 208 times
1

Packy
- 3,405
- 9
- 50
- 87
-
maybe [this](http://stackoverflow.com/a/10707091/3702797) can help – Kaiido Dec 11 '14 at 19:06
-
do you ONLY want to fire functions for Webkit? Or are you wanting a cross-browser option? – Phil Tune Dec 11 '14 at 19:34