-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
I tried using this in my ionic app as I also include jquery library. Below is was I did;
- npm install patternlock
- import * as patternLock from 'PatternLock';
- npm install jquery
- import $ from "jquery";
With the above, I do the initialization like this but nothin work. It just some the SVG tag I included on the html which doesnt enable me to draw the pattern:
var lockset = new patternLock("#patternHolder7", { onPattern: function (pattern) { // Context is the pattern lock instance console.log(pattern) } });
Metadata
Metadata
Assignees
Labels
No labels