I have 10,000 contacts in my device, app hangs up when i try to access them in cordova app.
Any help would be highly appreciated.
I have 10,000 contacts in my device, app hangs up when i try to access them in cordova app.
Any help would be highly appreciated.
Is this through a native cordova plugin or are you rendering them through ng-repeat?
Have you checked out collection repeat
http://ionicframework.com/docs/api/directive/collectionRepeat/
i am rendering through ng-repeat.
You may want to consider collection repeat as it will increase performance and allow you to scroll through thousands of itmes
Well, i wrote a new plugin to fix my issue. Not a very good one, but it solves my problem.