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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -