From b16263b481c9b8314e3eaf040341d3b831287ef7 Mon Sep 17 00:00:00 2001 From: litruv Date: Mon, 24 Aug 2026 20:06:27 +1000 Subject: [PATCH] Enable native HTTP for Capacitor. Route mobile fetch requests through Capacitor's native network bridge to support redirected collectible catalog downloads. --- capacitor.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/capacitor.config.json b/capacitor.config.json index 1ed63b7..4f000a3 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -7,6 +7,9 @@ "LocalNotifications": { "smallIcon": "ic_stat_paarrot", "iconColor": "#FF8A00" + }, + "CapacitorHttp": { + "enabled": true } } }