Skip to content

Commit

Permalink
fix(scroll): js scrolling for iOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 2, 2016
1 parent 1803dfa commit d9b35f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/angular/service/ionicConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ IonicModule
},

scrolling: {
jsScrolling: false
jsScrolling: true
},

spinner: {
Expand Down Expand Up @@ -368,8 +368,11 @@ IonicModule
tabs: {
style: 'striped',
position: 'top'
}
},

scrolling: {
jsScrolling: false
}
});

// Windows Phone
Expand Down

1 comment on commit d9b35f4

@tamakisquare
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mlynch : May I ask why the switch back to js scrolling for iOS? Is there open issue with using native scrolling for iOS? Thanks.

Please sign in to comment.