Cordova-plugin-file-transfer .. application is unbearably slow

Hi all ! Could anyone suggest please … In my Ionic 3 app when I am run downloding zip file … 50 - 100 megabyte … my app can not do anything. I can not go back, can not open new page … application is unbearably slow … only after downloading process finished … running back button event … It is not normal, yes ?

Hi all ! Any idea why cordova-plugin-file-transfer so slow application ? When I am running downloading process … I can not do anything in my app.

Problem solved by change Cordova-plugin-file-transfer to HttpClient.

import {HttpEventType, HttpRequest, HttpResponse,HttpClient, HttpErrorResponse} from “@angular/common/http”;