diff --git a/projects/player/src/app/app.component.ts b/projects/player/src/app/app.component.ts
index 17c4f1cb99acfe5ac999dcf1a3473d9097e185b4..9a91a7e7ae4e9572467cb56519e52a6dd2798a8f 100644
--- a/projects/player/src/app/app.component.ts
+++ b/projects/player/src/app/app.component.ts
@@ -64,7 +64,7 @@ export class AppComponent implements OnInit {
         this.pages = unitDefinition.pages;
         this.unitStateService.unitStateElementCodes = message.unitState?.dataParts?.elementCodes ?
           JSON.parse(message.unitState.dataParts.elementCodes) : [];
-        this.keyboardService.useKeyboard(true, 'mini');
+        this.keyboardService.useKeyboard(false, 'mini');
       } else {
         this.dialog.open(AlertDialogComponent, {
           data: {