# Apache Cordova demo

This demo shows how tus-js-client can be used inside an Apache Cordova application.
The `cordova-plugin-camera` and `cordova-plugin-file` plugins allow it to access the device's photos library using native file system. 

## Instructions

1. Build the tus-js-client files before running the Cordova demo:

```sh
cd ../..
npm run dist
```

2. Execute the Cordova demo:

```sh
cordova run android
```
