Skip to content

alpersoft/steroids-echo-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Permisos para NSLocationAlwaysUsageDescription (iOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.1%
  • Objective-C 40.6%
  • JavaScript 8.3%