giulia3ferri

Results 3 comments of giulia3ferri

I have the same problem in android. The error is empty and there are no fetching results.

``` { "appId": "xxx", "appName": "xxx", "webDir": "dist", "server": { "androidScheme": "https" }, "plugins": { "CapacitorHttp": { "enabled": true } }, "android": { "useLegacyBridge": true } } ``` I updated...

Actually "useLegacyBridge": true works! Yesterday I might forgot something else. Do you think I can simply change something in the plugin so that the code in BackgroundFetchHeadlessTask.java is performed also...