Methods
recurseButtons
Iterates through all the keyboard buttons (ForEach). Returns the button DOM Element on each instance.
keyboard.recurseButtons(buttonElement => {
console.log('buttonElement', buttonElement);
});
Iterates through all the keyboard buttons (ForEach). Returns the button DOM Element on each instance.
keyboard.recurseButtons(buttonElement => {
console.log('buttonElement', buttonElement);
});
Support development of this library: