1

My question is simple. Does ajax transitions matter for local off-line apps? I tested it on real devices without ajax transitions and with ajax transitions. And I did see a a bit of dip in performance on low end android devices. The newer devices did not show any such lag. Can someone tell me how does non ajax transitions (data-ajax="false") affect an offline application built with phonegap and jquery mobile.

user3283104
  • 416
  • 3
  • 5
  • 14
  • `data-ajax=false` disables Ajax, means pages are loaded normally via HTTP. If you want to disable transitions, you can disable it globally on `mobileinit` by setting `$.mobile.defaultTransition = "none";`. – Omar Feb 09 '14 at 18:07
  • Omar I know that. My question is does ajax transition really matter in an app built with phonegap build cloud service. As all the resources are locally available on the hardware. – user3283104 Feb 10 '14 at 15:58
  • http://stackoverflow.com/questions/21682218/appcache-with-phonegap-and-jquery-mobile – Swaroop Nagendra Feb 10 '14 at 17:19

0 Answers0