jquery - Drupal AJAX won't work on Google Chrome on Android smartphones -


on desktops works fine, on smartphones - except google chrome on android devices. when use chrome's device inspector shows ajax request takes long respond, when it's done returns incomplete results.

what reason? how fix it?

chrome timing out before site returns results, therefore solution basically: "get there faster". make sure site's caching enabled , working properly, , have sufficient server resources deliver content in reasonable amount of time. if request particularly long or complex try provide in smaller pieces across multiple requests can complete more (note may cause slower overall experience avoid timeout). keep in mind mobile devices operate on slower connections , need take account when dealing speed issues.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -