Skip to content
Snippets Groups Projects
Commit 615215e5 authored by jojohoch's avatar jojohoch
Browse files

[player] Disable virtual keyboard

parent 4366e7c5
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ export class AppComponent implements OnInit { ...@@ -64,7 +64,7 @@ export class AppComponent implements OnInit {
this.pages = unitDefinition.pages; this.pages = unitDefinition.pages;
this.unitStateService.unitStateElementCodes = message.unitState?.dataParts?.elementCodes ? this.unitStateService.unitStateElementCodes = message.unitState?.dataParts?.elementCodes ?
JSON.parse(message.unitState.dataParts.elementCodes) : []; JSON.parse(message.unitState.dataParts.elementCodes) : [];
this.keyboardService.useKeyboard(true, 'mini'); this.keyboardService.useKeyboard(false, 'mini');
} else { } else {
this.dialog.open(AlertDialogComponent, { this.dialog.open(AlertDialogComponent, {
data: { data: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment