From a355abfd471c2792763ba77460e9856084bfbc98 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:04:24 -0400 Subject: [PATCH] set the scheme --- x/examples/pwa/capacitor.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x/examples/pwa/capacitor.config.json b/x/examples/pwa/capacitor.config.json index 09043a7f..bbeb180d 100644 --- a/x/examples/pwa/capacitor.config.json +++ b/x/examples/pwa/capacitor.config.json @@ -7,5 +7,9 @@ "SplashScreen": { "launchShowDuration": 0 } + }, + "server": { + "iosScheme": "outline", + "androidScheme": "outline" } }