/ixit-file-chooser

Primary LanguageJavaApache License 2.0Apache-2.0

Steroids Echo plugin

Sample Echo plugin for Steroids.js. Compatible with Cordova and plugman. Built upon the Cordova Echo plugin example.

##Usage

Echoes back a text string sent to the native layer.

window.echo("echome", function(echoValue) {
    alert(echoValue == "echome"); // should alert true.
});