If I set href="#" and bind the 'tap' event instead, it seems much faster:
- $('.imabutton').bind('tap', function() { window.location = "#nextpage"; });
This seems kind of sketchy to me though. Is this a known issue? Is there an elegant solution instead of setting up bind 'tap' events for all the buttons?