I am alerting a message on orientationchange.
$(window).bind("orientationchange", function(e){
alert('orientation change');
});
Also, if you notice the class names on the body tag, the portrait/landscape class name never changes like it does in the JQM demos -- it just stays at whatever it was when you loaded the page. Any help debugging this unusual problem is greatly appreciated.
EDIT Sorry i forgot to leave a link to my project :/