From 2c5c467d4db7d774ea508e696e072f56369fc455 Mon Sep 17 00:00:00 2001 From: Andrew Cross Date: Thu, 1 Aug 2024 13:07:56 +0100 Subject: [PATCH] change property --- src/app/wkts-match/wkts-match.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/wkts-match/wkts-match.component.ts b/src/app/wkts-match/wkts-match.component.ts index 4a368c7..458411b 100644 --- a/src/app/wkts-match/wkts-match.component.ts +++ b/src/app/wkts-match/wkts-match.component.ts @@ -89,7 +89,7 @@ export class WktsMatchComponent { } else { // @ts-ignore - screen.orientation.lock("landscape"); + screen.orientation.lock("landscape-primary"); chartEle?.requestFullscreen(); console.log('enter fullscreen') }