From d9b35f4ddaa9e64585ab7a7f124b1a3cd88c8580 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 2 Jan 2016 10:03:05 -0600 Subject: [PATCH] fix(scroll): js scrolling for iOS for now --- js/angular/service/ionicConfig.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/js/angular/service/ionicConfig.js b/js/angular/service/ionicConfig.js index e726aff094c..d7d1e00a4b3 100644 --- a/js/angular/service/ionicConfig.js +++ b/js/angular/service/ionicConfig.js @@ -309,7 +309,7 @@ IonicModule }, scrolling: { - jsScrolling: false + jsScrolling: true }, spinner: { @@ -368,8 +368,11 @@ IonicModule tabs: { style: 'striped', position: 'top' - } + }, + scrolling: { + jsScrolling: false + } }); // Windows Phone