Slow response on Android Device

Hi everyone,

if i test my app on chrome (web browser) All my request responses normal but if i test my ionic app on Android device my all responses so slow. What is the problem? It does not originate from the server, because only i just testing.
Thanks!

What kind of response ?
Response with your server or response time on click events in the app (for instance)

i have category list then i click any button and i wait to proceed other pages i guees 4 or 5 second.

What do you mean you wait ?

Is this some kind of timeout before you change state ? Or are you doing an HTTP request and wait for the results ? Or something else ?

i explain my scenario, when i click button i send request and at the same time change my state(go to sub categories page) but this issue so slow… pass other page and response so slow, Both slow