I built my iOS and Android app thanks to Ionic => very great job Ionic !
The sole issue is still the famous scroll lags on Android 4.4.X.
It was announced as one of the last feature to release:
What’s next!
Now that view elements are cached in the DOM, we’ll be adding the “swipe to go back” feature. Since Android provides the necessary scroll events, we’ll be refactoring our scrolling so we can remove JS scrolling on Android devices.
This is the last beta!! Once the swipe to go back and removal of JS scrolling on Android updates are added we’re going to call Ionic v1.0 feature complete, and roll out the release candidate.
With the new navigation and transition system we’ve got a lot more power for animations. In the near future we’ll be creating an animations pack that can easily extend Ionic’s animations.
I’m no ionic team so I cannot answer that but I can tell you that integrating crosswalk into the app makes the problem go away. It’s not a light operation but might be worth it.
It’s true I added crosswalk for < 4.4.* versions but I’ve seen improvements on 4.4.4 as well.
Maybe the best things to do is try it so you can see for yourself ( make a copy of your repo localy and try it so you can compare) it should not take more than 30 minutes.
Thanks @Apavillet, I’ve already tried with and without crosswalk (and everything else really, from removing ion-content, to collection repeat with dynamic height, I’ve done it all) but I’m still waiting for ionic to make the move. None of the solutions I’ve tried where really improving performance on my scroll (although I must add, I have a lot of elements to display)
@adam@mhartington would you mind giving us a release date (even if it’s a few days off)?
I really need to know when the scroll issue on android will be fixed
Hey guys.
So ATM, we’re working on making all of our js-scrolling features, like PTR and Infinite scroll, work with native scrolling, so that will take some time.
I believe the goal is to have that out in our next release.
@mhartington Do you have a rough estimate, i.e. is it a few weeks, or several months, before we might see an RC without android JS scrolling? Is there anything the community can do to help speed this along?