-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Description
Is there a way to initialise one instance of the keyboard, instead of calling it on all elements?
So instead of calling $().keyboard() on the specific element, I would just initialise it once, globally, and then whenever I click inside an input / textarea, it would open the virtual keyboard.
Reactions are currently unavailable