diff --git a/projects/player/src/app/app.component.ts b/projects/player/src/app/app.component.ts
index c360323564f640c9e786c3bd675f116b7c915991..d84067156901d9266b3cac78cdc75e8e0b796ca0 100644
--- a/projects/player/src/app/app.component.ts
+++ b/projects/player/src/app/app.component.ts
@@ -63,7 +63,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, 'full');
+        this.keyboardService.useKeyboard(false, 'full');
       } else {
         this.dialog.open(AlertDialogComponent, {
           data: {