1 year ago
#359845
Juanma Gil
ionic Background data download process
good companions
I am making an application that has SQLite and I have a problem.
I am trying to generate a service that downloads the information while the application is being used, but when it starts to download the lines and enter them in SQLite the application stops working, and when it finishes it comes back to itself.
I have checked that my calls do not have await and none do and it still behaves like this, does anyone have an idea of โโwhat could be happening?
The first photo attached is the method that makes the download of articles.
And
I call it this way this.dataSyncService.descargaArticulos(usuario.session_id);
inside the async ionViewWillEnter()
sqlite
ionic4
0 Answers
Your Answer