Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brodycj/cordova-big-android-response-payload-test


https://github.com/brodycj/cordova-big-android-response-payload-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# cordova-big-android-response-payload-test

now with the native test running in a background thread

**To run test:**

- `cordova platform add android`
- `cordova run android`

Note that the local `big-response-payload-test-plugin` is already specified in `package.json`.

**To reproduce payload memory issue on Android:**

- change the value of `NATIVE_RESPONSE_COUNT` to a higher value such as `400` in `www/app.js`
- run test on Android, as specified above