NamPNQ / bower-videogular-youtube

Videogular `youtube` plugin repository for distribution on `bower`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is fullscreen working?

ronky opened this issue · comments

commented

Hi

I've tried calling toggleFullScreen() on videogular but the youtube video didn't switch to fullscreen.

It switches to fullscreen only on doubleclick.

Thanks for help!

commented

From stackoverflow:

"YouTube don't expose fullscreen in their API, but you can call the native browser requestFullScreen()"