extra cordova device properties used by FeedHenry
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
tests
www
LICENSE
README.md
package.json
plugin.xml

README.md

fh-cordova-plugin-device

Run tests

  1. Use your existing cordova app, or create a new one.
  2. Add the plugin and the tests:
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-device.git
cordova plugin add https://github.com/feedhenry/fh-cordova-plugin-device.git#:/tests
  1. Add this plugin:
cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git
  1. Change the start page in config.xml with <content src="cdvtests/index.html" /> or navigate to cdvtests/index.html from within your app.