/fh-cordova-plugin-device

extra cordova device properties used by FeedHenry

Primary LanguageJavaScriptOtherNOASSERTION

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.