Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 552 Bytes

Steroids Echo plugin

Usado para dar permisos NSLocationAlwaysUsageDescription en iOS.

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.
});