Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/cordova-aqs-test
https://github.com/brodycj/cordova-aqs-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/cordova-aqs-test
- Owner: brodycj
- Created: 2015-11-03T22:35:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T19:48:14.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T00:17:13.364Z (5 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-aqs-test
Author: Christopher J. Brody
License: UNLICENSE (public domain)
I can hereby testify that this project is completely my own work and not subject to agreements with any other parties.
In case of code written under direct guidance from sample code the link is given for reference.
In case I accept contributions from any others I will require CLA with similar statements.## About
Test [@brodybits / cordova-aqs-android](https://github.com/brodybits/cordova-aqs-android) and [@brodybits / cordova-aqs-ios](https://github.com/brodybits/cordova-aqs-ios):
- send XHR query to internal file URI from a web worker
- receive callback in `aqcallback` (which shows an alert with the callback data)To run on Android: `cordova platform add android` and `cordova platform run android`
To run on iOS: `cordova platform add ios` and `cordova platform run ios`
## Related project(s)
Test for:
- [@brodybits / cordova-aqs-android](https://github.com/brodybits/cordova-aqs-android)
- [@brodybits / cordova-aqs-ios](https://github.com/brodybits/cordova-aqs-ios)Similar to:
- [@brodybits / aq-query-test-android](https://github.com/brodybits/aq-query-test-android) - request native Android functionality from within a web worker (no external dependencies)
- [@brodybits / aqsa-query-test-ios](https://github.com/brodybits/aqsa-query-test-ios) - request native iOS functionality from within a web worker (no external dependencies)