From 615215e5bc1f4d35c4579947e9b45030a1c28b5c Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Fri, 15 Oct 2021 08:41:34 +0200
Subject: [PATCH] [player] Disable virtual keyboard

---
 projects/player/src/app/app.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/player/src/app/app.component.ts b/projects/player/src/app/app.component.ts
index 17c4f1cb9..9a91a7e7a 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: {
-- 
GitLab