angular-screenfull
angular-screenfull copied to clipboard
Angular binding to the Screenfull library to allow fullscreen in your app.
Based on the issue https://github.com/hrajchert/angular-screenfull/issues/26 and Sceenfull.js's [docs](https://github.com/sindresorhus/screenfull.js)
Hello, I believe screenfull changed their **screenfull.enable** property to **screenfull.isEnabled** here : https://github.com/hrajchert/angular-screenfull/blob/master/dist/angular-screenfull.js#L137 So all your demos are broken, and nothing goes fullscreen :( changing it to isEnabled appears to...
1. When we use CTRL+SHIFT+R or Reload browser exits the full screen. 2. Instead of ng-show/ng-hide for show-if-fullscreen directive it would better if we use ng-if. Show that DOM will...