I added the Crosswalk browser for Android to my Ionic project. The scrolling is faster but I discovered that the page transitions, done via changing the URL and utlizing $stateProvider
sometimes just stagger and take several seconds to complete.
This seems to only happen when the view is not yet cached, but putting the template straight into the state definition (so it’s not fetched vie url) doesn’t help the situation at all. I don’t currently have a video to make this clear, but it should be fairly easy to replicate. I think the complexity of the list view and the complexity of the items in the list view makes a big difference.
Can anybody confirm that they are experiencing similar issues?
The Crosswalk version is 40, so it’s the latest at the time of writing this post.