ChokYeeFan
ChokYeeFan

Reputation: 293

Ionic2 - Native Scroll

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

Answers (1)

sebaferreras
sebaferreras

Reputation: 44659

Just like you can find here

Happy to say that Ionic 2 is 100% native scrolling since day 1

Upvotes: 2

Related Questions