diff --git a/js/jquery.mobile.fixedToolbar.js b/js/jquery.mobile.fixedToolbar.js index 493183dc..717c2a51 100644 --- a/js/jquery.mobile.fixedToolbar.js +++ b/js/jquery.mobile.fixedToolbar.js @@ -99,26 +99,6 @@ } }, - /* Note: this is all that's needed to make iOS 4.3 and Android 2.1 fix their positioning mistakes after scrolling - it won't fully patch a "fixed effect", but rather just repositions after scrollstop - - _fixFixedSupport: function(){ - var $el = this.element, - tbtype = $el.is( ".ui-header" ) ? "header" : "footer"; - - $( window ) - .bind( "scrollstop", function(){ - // TODO: check if toolbars are not positioned correctly on screen, then proceed - if( tbtype === "header" ){ - $el.css( "top", $( window ).scrollTop() ); - } - else { - $el.css( "bottom", -$( window ).scrollTop() ); - } - }) - }, - */ - _bindPageEvents: function(){ var self = this, o = self.options,