I\'ve tried a few different ways to remove the 300ms delay due to the webkit browsers handling of touch events. The library, FastClick.js, seems to be the preferred method,
I can also think of another solution.. Note: I have not personally tried this..
$(document).on('pageinit', '.ui-page', function (event, data) { FastClick.attach(activePage); });