Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/cordova-sqlite-storage-bug-512-test
https://github.com/brodycj/cordova-sqlite-storage-bug-512-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/cordova-sqlite-storage-bug-512-test
- Owner: brodycj
- Created: 2016-07-07T08:17:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T08:17:49.000Z (over 8 years ago)
- Last Synced: 2024-07-31T00:17:22.008Z (6 months ago)
- Language: CSS
- Size: 325 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test program for Cordova-sqlite-storage bug 512
- Using Bootstrap & JQuery for the test button
- JavaScript from [litehelpers/Cordova-sqlite-storage#512](https://github.com/litehelpers/Cordova-sqlite-storage/issues/512#issuecomment-230995675) with the following fixes:
- extra horizontal and vertical spacing to make it more readable
- added navigation.alert in the INSERT success callback
- added `ignored` tx parameter to the INSERT success and error callbacks
- added `title` and `alertDismissed` definitions as referenced by the JavaScript in [litehelpers/Cordova-sqlite-storage#512](https://github.com/litehelpers/Cordova-sqlite-storage/issues/512#issuecomment-230995675)## To prepare and run
Example for Android:
```shell
cordova platform add android
cordova prepare
cordova run android
```