True Progress Percentage Indicator

Hi All,

Everywhere I have looked for progress bars/indicators etc for my Ionic data calls I cannot seem to find an accurate progress control.

I am simply getting and posting JSON data and in the case it takes some time on slow connections, the current indicators simply sit at 99%.

I can see in network monitors like Fiddler, the data packet progress and thats the percentage I need.

In the good old days we had the XMLHTTPRequest object “Progress” event that gave us true progress %.

Is there any ionic/cordova progress indicator or solutions out there that gives me this true value or will I have to go back to using the XMLHTTPRequest object?

Thanks for the info