fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Video Fullscreen with angularJS #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, When i click a button, video need to go fullscreen. But i can't do it. please help!

cef62 commented 9 years ago

Hello @pothkoli could you point us to an example of what you're trying to do exactly? A jsbin/plunker will be great.

ghost commented 9 years ago

Thanx for you quick reply.

this is my example fiddle. http://jsfiddle.net/Tazim/3gfg0boc/40/

waiting for your response.

cef62 commented 9 years ago

Hi @tazimhossain I've looked your code. The main error is that you not import our module: FBAngular. I've made a new fiddler with a working version. I've also linked controls to the video player, for more info on the video tag see mozilla documentation.

The Fullscreen doesn't work inside fiddler, you have to test it on your machine.

ghost commented 9 years ago

Yah!!! its working now...... Thank you so such.