I used ionic framework for building my android app. I tried it in Sony Xperia T(Jellybean 4.3)it works smooth.
But in MOTO G (Kitkat 4.4.4) and Xperia Z(Jellybean 4.3)is very slow. Is it a problem with ionic framework / Cordova?
I used ionic framework for building my android app. I tried it in Sony Xperia T(Jellybean 4.3)it works smooth.
But in MOTO G (Kitkat 4.4.4) and Xperia Z(Jellybean 4.3)is very slow. Is it a problem with ionic framework / Cordova?
Having experienced the same on my apps, my advice is to try to replace Cordova by the Crosswalk Project. Its very easy to build the app manually, and the Ionic team is working to replace it inside their own app builder (Ionic version 1.3.0-beta1).
Here's a slightly more detailed explanation at https://stackoverflow.com/a/27888495/1368810
Hope it helps.