cordova-plugin-pressure-signosoft
v1.0.1
Published
Cordova SignoSoft Plugin. Simple plugin that returns x, y and pressure from signing pen.
Downloads
15
Maintainers
Readme
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