diff --git a/openlp/core/display/html/display.js b/openlp/core/display/html/display.js index 0eda27cfa..6d9284a2c 100644 --- a/openlp/core/display/html/display.js +++ b/openlp/core/display/html/display.js @@ -357,8 +357,10 @@ var Display = { controls: false, progress: false, history: false, + keyboard: false, overview: false, center: false, + touch: false, help: false, transition: "none", backgroundTransition: "none", diff --git a/tests/js/test_display.js b/tests/js/test_display.js index 857e78507..748ad9b6e 100644 --- a/tests/js/test_display.js +++ b/tests/js/test_display.js @@ -88,8 +88,10 @@ describe("The Display object", function () { controls: false, progress: false, history: false, + keyboard: false, overview: false, center: false, + touch: false, help: false, transition: "none", backgroundTransition: "none",