Skip to content

Commit d9b35f4

Browse files
committed
fix(scroll): js scrolling for iOS for now
1 parent 1803dfa commit d9b35f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: js/angular/service/ionicConfig.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ IonicModule
309309
},
310310

311311
scrolling: {
312-
jsScrolling: false
312+
jsScrolling: true
313313
},
314314

315315
spinner: {
@@ -368,8 +368,11 @@ IonicModule
368368
tabs: {
369369
style: 'striped',
370370
position: 'top'
371-
}
371+
},
372372

373+
scrolling: {
374+
jsScrolling: false
375+
}
373376
});
374377

375378
// Windows Phone

0 commit comments

Comments
 (0)