backgroundvideo icon indicating copy to clipboard operation
backgroundvideo copied to clipboard

Demo App Exist?

Open Thread7 opened this issue 8 years ago • 1 comments

In another issue there was a reference to a demo app. Does one exist? I've done a bunch of searches but can't find anything. There is no index.html or .css files in this repo so unless I am having a brain fart it is not here.

Thread7 avatar Dec 06 '17 23:12 Thread7

There was one, a copy can be found here: https://github.com/jhayward/backgroundvideotest, although might need updating.

also there are some "tests" which can be run using the cordova plugin test framework (https://github.com/apache/cordova-plugin-test-framework)

The basics are:

  1. create a new cordova app
  2. install backgroundvideo plugin
  3. install test framework
  4. point the start page at cdvtests/index.html and go

then you should get a interface with start / stop buttons like the other repo above.

jhayward avatar Dec 10 '17 06:12 jhayward