Http Request very slower in Android (version 7)

Hi guys,

Using the ionic framework, we are experiencing slow response to http requests on Android.

doInfinite(infiniteScroll) {
    console.log('infiniteScroll');
    /* use rest api */
    this.loadMore(infiniteScroll);
}

At Web(Chrome)

At Android

As a result of checking in chrome chrome://inspect mode, content download is very slow.
image

Please adivse me on this problem.

Thank you.

What kind of internet connection did you use with Chrome? Wired of wireless?

To be sure: make sure that both test happen on the same wireless network.