diff --git a/src/viewnavigator/viewnavigator.js b/src/viewnavigator/viewnavigator.js index fef71c2..c770a8c 100644 --- a/src/viewnavigator/viewnavigator.js +++ b/src/viewnavigator/viewnavigator.js @@ -294,7 +294,7 @@ ViewNavigator.prototype.resetScroller = function() { if ( !this.winPhone ) { if ( id && !(currentViewDescriptor && currentViewDescriptor.scroll == false)) { var self = this; - if ( this.touchEnabled ){ + if ( 'ontouchstart' in window ){ setTimeout( function() { //use this to mantain scroll position when scroller is destroyed