cordova_plugin_sample

0.0.30 • Public • Published

Hello World PhoneGap plugin

Work with PhoneGap 2.9.*

How To Use

    document.addEventListener("deviceready", onDeviceReady, false);

    function onDeviceReady() {        
        window.HelloWorld.say( 
            function(result) {
                alert("result = " + result);
            },
            function() {
                alert("error");
            }
        );
    }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.30
    1
    • latest

Version History

Package Sidebar

Install

npm i cordova_plugin_sample

Weekly Downloads

30

Version

0.0.30

License

Apache 2.0 License

Last publish

Collaborators

  • omid-t