diff --git a/capacitor/capacitor.config.js b/capacitor/capacitor.config.js index eef3cde..2b27f6a 100644 --- a/capacitor/capacitor.config.js +++ b/capacitor/capacitor.config.js @@ -15,6 +15,9 @@ const config = { SplashScreen: { launchShowDuration: 0 }, CapacitorHttp: { enabled: false }, CapacitorNodeJS: { nodeDir: 'nodejs' } + }, + server: { + cleartext: true } }