Hey there,
i’m using the native HTTP in my App and everythink worked fine, but yesterday I found a bug.
When I’m leaving my App during a http request and maybe open another app, the Request failed after I open my Ionic App again.
The logged Error is:
{
"status": -1,
"error": The operation could not be completed.The software has caused a connection abort.
}
(Translatet from German)
Any Ideas how to fix that?
I’m testing in the Ionic Dev App.