Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 364 Bytes

File metadata and controls

11 lines (9 loc) · 364 Bytes

GitRepository

sign dir is a plugin which allows android users to sign.

you can use it easily

var path = null; var success = function(message) { document.querySelector("#ImgSign").src = message; }; var error = function(message) { alert("Oopsie! " + message); }; cordova.plugins.SignUtil.sign(path, success, error);