diff --git a/app/index.html b/app/index.html index fbeb4906..0e77c272 100644 --- a/app/index.html +++ b/app/index.html @@ -55,7 +55,7 @@ - + diff --git a/app/js/directives.js b/app/js/directives.js index 6b9c2e7c..b0b46c6b 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -46,7 +46,7 @@ angular.module('myApp.directives', ['myApp.filters']) moreNotified = false; onContentLoaded(function () { - $(dialogsWrap).nanoScroller({preventPageScrolling: true, tabIndex: -1}); + $(dialogsWrap).nanoScroller({preventPageScrolling: true, tabIndex: -1, iOSNativeScrolling: true}); }); var updateScroller = function () { @@ -116,7 +116,7 @@ angular.module('myApp.directives', ['myApp.filters']) onContentLoaded(function () { scrollableWrap.scrollTop = scrollableWrap.scrollHeight; - $(historyWrap).nanoScroller({preventPageScrolling: true, tabIndex: -1}); + $(historyWrap).nanoScroller({preventPageScrolling: true, tabIndex: -1, iOSNativeScrolling: true}); }); var updateScroller = function (delay) {