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

CTRL+SHIFT+R or Reload exits the full screen

Open jsandeepm opened this issue 8 years ago • 0 comments

  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 excute only if condition match. I am facing issue when we use div id to show flowplayer. if we use ng-show/ng-hide div with id will be create on page load but if we use ng-if div id creates based on conditional execution

jsandeepm avatar Sep 28 '17 06:09 jsandeepm