Augmented reality compass using ezAR plugins for Cordova
##Getting Started While ezAR works with Cordova-based SDKs such as Ionic, this example uses Cordova CLI examples are provided below. Install or update your Apache Cordova sdk
step-0. Download and unzip the ezAR Startup Kit (ver 0.2 or greater) from [ezartech.com](http://ezartech.com
Note: the project will automatically install its required plugins. The Cordova whitelist and device-orientation plugins will be installed from npm. The ezAR VideoOverlay and Snapshot plugins will be installed from the relative path ../../plugins/ directory. If the ezAR plugins are not at that location please edit the config.xml with the proper location of the plugins.
step-1. Add your target platform(s) to the project
cordova platform add ios
or
cordova platform add android
step-2. Build and install on device
Note: because of the ezAR camera requirement the app will only perform correctly when installed on a real mobile device.
##Use Alternative WebView The ezAR VideoOverlay plugin supports both standard and the alternative Crosswalk WebView for Android and WKWebView for iOS. To enable one of these alternative webviews comment the specific plugin entries in the config.xml file.
##ezAR Docs and Tech Support See ezartech.com for documentation and support.
Copyright (c) 2015-2016, ezAR Technologies