angular-fullscreen icon indicating copy to clipboard operation
angular-fullscreen copied to clipboard

AngularJS HTML5 Fullscreen

Results 21 angular-fullscreen issues
Sort by recently updated
recently updated
newest added

Chrome's webkitRequestFullscreen is changed in version 71 and it takes an object for the parameter instead. This is where the error occurs: https://github.com/fabiobiondi/angular-fullscreen/blob/119b7fbac911d154fd56ace38ebe3432475e8a20/src/angular-fullscreen.js#L34 Now it takes an option to control...

error : 'FBAngular is not found' line 115: define("FBAngular", ['angular'], function (angular) { return createModule(angular); } ); change as follows define(['angular'], function (angular) { return createModule(angular); } );

Since by convention, the name for versions newer than 2 is just Angular and for earlier versions is **Angular JS**, this package should be named as angularjs-fullscreen so it removes...

if I press the f11 key, with the maximize or minimize button, it no longer works

Thid project should go to bower as fast as possible. This would make everyones life so much easier.

HI, I need to disable fullscreen on double click. We are using below code to display image in fullscreen when user clicks on fullscreen icon. ``` $scope.goFullScreen = function (id)...

Doesn't works properly on IE11, for instance, if I enter to fullscreen mode using F11 key, then I can't toggle the fullscreen using this plugin. When entering in fullscreen using...