diff --git a/capacitor.config.ts b/capacitor.config.ts index 0667140..8ab0f8e 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -10,7 +10,11 @@ const config: CapacitorConfig = { server: { url: LOCAL_ANDROID ? "http://10.0.2.2:3000" : 'https://compassmeet.com', cleartext: true, - "allowNavigation": ["www.compassmeet.com"], + allowNavigation: [ + "www.compassmeet.com", + "localhost", + "10.0.2.2", + ], }, };