We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9269 commit 486c0fdCopy full SHA for 486c0fd
mfr/extensions/pdf/static/web/viewer.js
@@ -1969,8 +1969,8 @@ var PresentationMode = {
1969
this.container.requestFullscreen();
1970
} else if (this.container.mozRequestFullScreen) {
1971
this.container.mozRequestFullScreen();
1972
- } else if (this.container.webkitRequestFullScreen) {
1973
- this.container.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
+ } else if (this.container.webkitRequestFullscreen) {
+ this.container.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);
1974
} else if (this.container.msRequestFullscreen) {
1975
this.container.msRequestFullscreen();
1976
} else {
0 commit comments