Before the RC this worked pretty well:
$('video.media, .Floating').livequery("MSGestureChange", oops); // or even with ".live("MSGestureChange", oops);"
function oops(evt){
//my code
}
My question is WHY isn't that working anymore? only with the "MSGestureChange" it's not firing.. so why?