mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
fix: failing native http requests with body
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
"splashImmersive": false,
|
||||
"useDialog": false
|
||||
},
|
||||
"LocalNotifications": {}
|
||||
"LocalNotifications": {},
|
||||
"CapacitorHttp": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
[
|
||||
{
|
||||
"pkg": "@capacitor-community/http",
|
||||
"classpath": "com.getcapacitor.plugin.http.Http"
|
||||
},
|
||||
{
|
||||
"pkg": "@capacitor/app",
|
||||
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
||||
|
||||
Reference in New Issue
Block a user