PouchDb + Cordova not working

0

I'm developing an application using PouchDb and creating applications using Cordova .

I have already tested the application on chrome, firefox, android browser, safari, blackberry browser, app for ios, apk on blackberry and all worked correctly.

The problem is only in the android , where app opens normally and when PouchDb in> the application closes alone without any error message or log. I have already done several tests on two different tablets (Android 4.1.2) and both have the same problem.

Has anyone ever had this problem?

I need to resolve this urgently.

Thank you very much.

    
asked by anonymous 11.08.2015 / 20:51

1 answer

0

I tested different versions of Android and found that the problem is in Android and not in the application. This version of Android for some reason when the application starts writing and reading too much data on the disk, has some memory dump-related failure or something like that causing the application to close unexpectedly. Updated Android for 4.4.2 and went live perfectly.

    
20.08.2015 / 15:12