Hello all,
I am noticing some slow interactions with transitions on android 4.4 with Crosswalk. I realize that 4.4 already uses Chrome WebView, but I need to support 4.x. First example is transitioning to my main dash view that has a decent amount of Ajax data being loaded (500ms)
Ionic Info
Cordova CLI: 4.3.0
Gulp version: CLI version 3.8.11
Gulp local: Local version 3.8.11
Ionic Version: 1.0.0-beta.14
Ionic CLI Version: 1.4.5
Ionic App Lib Version: 0.0.22
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Mac OS X Yosemite
Node Version: v0.12.0
Xcode version: Xcode 6.3 Build version 6D570
Seems that event touchend
is taking 500ms in this case, and about 700ms on items inside a <collection-repeat>
. iOS performance is very fast in comparison. I can provide more code or any other details to help solve this. Thanks for all of the hard work team.
-C