diff --git a/js/transitions/transition.js b/js/transitions/transition.js index 318987039db..df49edc80ab 100644 --- a/js/transitions/transition.js +++ b/js/transitions/transition.js @@ -80,7 +80,9 @@ define( [ "jquery", // Just to be precautios, disable scrollstart listening like silentScroll would $.event.special.scrollstart.enabled = false; - window.scrollTo( 0, this.toScroll ); + if( $.mobile.hideUrlBar ) { + window.scrollTo( 0, this.toScroll ); + } // reenable scrollstart listening like silentScroll would setTimeout( function() {