fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Fullscreen is not working in newer versions of Safari #23

Closed davidagee closed 10 years ago

davidagee commented 10 years ago

Newer versions of Safari have changed the fullscreen API from FullScreen to Fullscreen. This check isn't in the current code for this repo. I'll try to get a PR in sometime today.

ghost commented 10 years ago

@davidagee I just created a pull request which fixed this issue, could you check the fix on your end? https://github.com/fabiobiondi/angular-fullscreen/pull/25