Skip to content

shankar667/cordova-plugin-ultimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Ultimate Plugin

Simple plugin that returns your string prefixed with ultimate.

This plugin provides a simple example demonstrating how Cordova plugins work.

Using

Install the plugin

$ cordova plugin add https://github.com/shankar667/cordova-plugin-ultimate.git

Edit www/js/index.js and add the following code inside onDeviceReady

 
    ultimate.ping("World", success, failure);
	

Install iOS or Android platform

cordova platform add ios
cordova platform add android

Run the code

cordova run 

More Info

For more information on setting up Cordova see the documentation

For more info on plugins see the Plugin Development Guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published