performance - How can i make my jQuery Mobile App have smooth scrolling -


i built mobile app using jquery mobile. on mobile devices app doesn't scroll smoothly , affect fix header , footer. can viewed here http://centurymegasystem.com/bb

please how can fix issue.

the real way create smooth scrolling disable transitions

to disable transitions, inside of mobile-site-custom-jqm-defaults.js file, place code:

$(document).bind("mobileinit", function(){   $.extend(  $.mobile , {    defaultpagetransition: 'none'   }); }); 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -