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?
Solution 1:
Just like you can find here
Happy to say that Ionic 2 is 100% native scrolling since day 1
Post a Comment for "Ionic2 - Native Scroll"