1.0.1 • Published 2 years ago

cordova-plugin-pressure-signosoft v1.0.1

Weekly downloads
-
License
All rights reserv...
Repository
github
Last release
2 years ago

Cordova SignoSoft Plugin

Simple plugin that returns x, y and pressure from signing pen

Using

Install the plugin in SignoSoft-Touch app

$ cd SignoSoft-Touch
$ cordova plugin add https://github.com/janbrandejs/cordova-plugin-signosoft

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

    var success = function(message) {
        alert(message);
    }

    var failure = function() {
        alert("Error calling Hello Plugin");
    }

    hello.greet("World", success, failure);

More Info

For more information on setting up Cordova see the documentation

For more info on plugins see the Plugin Development Guide