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.
Please adivse me on this problem.
Thank you.