backgroundvideo
backgroundvideo copied to clipboard
Demo App Exist?
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.
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:
- create a new cordova app
- install backgroundvideo plugin
- install test framework
- point the start page
at cdvtests/index.htmland go
then you should get a interface with start / stop buttons like the other repo above.