Hello,
We are using Sample Sql Lite Project provided by Telerik App Builder: http://docs.telerik.com/platform/appbuilder/sample-apps/sample-sqlite We are using sql lite plugin 1.0.1 suggested by the Telerik as it works all fine on the ANDROID AND Apple. Following scenario compiles our problem. We have basic crud operation expect that we do not update. Our each records amounts about approx 1.10kb 1 rec = 1.10Kb. We Inserted 10 rec which worked all fine on Android and Apple , we were able to read and delete We Inserted 1000 rec, where we were able to insert all records, but not able to fetch it. To fetch the record,we had to exit out the application and restart it. This was same for apple and android After that we tried 4000 rec where Android application crashed while apple application we had to exit out and relaunch app to read and delete On 5000 rec it crashed for both android and Apple. I have attached the complete project with this Query. We are using Cordova 3.7 and SQL Lite 1.0.1 . Appreciate your feedback on this. Thanks, Raj