diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index 6028a696..cfa4b89b 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -2,5 +2,10 @@ "appId": "com.audiobookshelf.app", "appName": "audiobookshelf-app", "webDir": "dist", - "bundledWebRuntime": false + "bundledWebRuntime": false, + "plugins": { + "CapacitorHttp": { + "enabled": true + } + } } diff --git a/capacitor.config.json b/capacitor.config.json index a0d15325..3e6200b2 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -2,5 +2,10 @@ "appId": "com.audiobookshelf.app", "appName": "audiobookshelf-app", "webDir": "dist", - "bundledWebRuntime": false + "bundledWebRuntime": false, + "plugins": { + "CapacitorHttp": { + "enabled": true + } + } } \ No newline at end of file diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 6028a696..cfa4b89b 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -2,5 +2,10 @@ "appId": "com.audiobookshelf.app", "appName": "audiobookshelf-app", "webDir": "dist", - "bundledWebRuntime": false + "bundledWebRuntime": false, + "plugins": { + "CapacitorHttp": { + "enabled": true + } + } }