Reputation: 293
Ionic1 can use the native scroll to improve the performance of the app using this code
$ionicConfigProvider.scrolling.jsScrolling(false);
How can I do the same in Ionic2?
Upvotes: 4
Views: 376
Reputation: 44659
Just like you can find here
Happy to say that Ionic 2 is 100% native scrolling since day 1
Upvotes: 2