From c40e36c10da52c5856592c40fd91e16a9ad6604e Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 23 Apr 2015 14:38:36 -0500 Subject: [PATCH] feat(scrolling): Windows Phone default to native scrolling --- js/angular/service/ionicConfig.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/angular/service/ionicConfig.js b/js/angular/service/ionicConfig.js index 795527767a1..8adf58063e4 100644 --- a/js/angular/service/ionicConfig.js +++ b/js/angular/service/ionicConfig.js @@ -343,6 +343,14 @@ IonicModule }); + // Windows Phone + // ------------------------- + setPlatformConfig('windowsphone', { + scrolling: { + jsScrolling: false + } + }); + provider.transitions = { views: {},