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

/cordova_plugin_sample/

    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