Enable native HTTP for Capacitor.
All checks were successful
Trigger cinny-mobile / dispatch (push) Successful in 1s

Route mobile fetch requests through Capacitor's native network bridge to support redirected collectible catalog downloads.
This commit is contained in:
2026-08-24 20:06:27 +10:00
parent c34cfaf33f
commit b16263b481

View File

@@ -7,6 +7,9 @@
"LocalNotifications": { "LocalNotifications": {
"smallIcon": "ic_stat_paarrot", "smallIcon": "ic_stat_paarrot",
"iconColor": "#FF8A00" "iconColor": "#FF8A00"
},
"CapacitorHttp": {
"enabled": true
} }
} }
} }