I would like some advice.
I am experimenting with a 300ms delay phonegap + JQM + HTML5BoilerPlate + IOS6.
Although I installed and called the new FastClick (), I still get the same delay! Is there a way to verify that FastClick really works at its best? Is there another normal delay of ~ 300 ms that I focus and mislead? What is the expected time transition between the <a> click and its page loading? Note. The html file contains all the pages.
<body ... onload='init()' ...> function init(){ new FastClick(document.body); } ... $.mobile.bind('vclick', ... $.mobile.changePage('#...', {transition: "none"});
Added later in the discussion: 
source share