fix: failing native http requests with body

This commit is contained in:
Rainer Killinger
2022-10-07 16:40:15 +02:00
parent c712fa17f7
commit fed4f20c3c
10 changed files with 177 additions and 140 deletions

View File

@@ -30,6 +30,9 @@ const config: CapacitorConfig = {
LocalNotifications: {
// TODO
},
CapacitorHttp: {
enabled: false,
},
},
};