Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brodycj/cordova-aqs-test


https://github.com/brodycj/cordova-aqs-test

Last synced: about 1 month ago
JSON representation

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)