I\'ve been enjoying using Backbone JS for a iPad HTML5 project... But I\'m quickly running into a issue of needing iPad-ish transitions, form elements etc. After looking around,
I think I found a solution when I asked the same question.
Disable the hash change controller in JQuery mobile UI and replace with backbone.js
There looks to be an option to disable JQuery hash change listening on a recent checking.
https://github.com/jquery/jquery-mobile/commit/3162428558efd9960739ef8f00a7ead0dbf6d3ec
I have not tried it yet though. If it works please let us know.
Brad