You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several keypads on one single page ~400 input fields, which all have their individual keypads (revealed, only if the user needs them). Currently, the code generates a new instance for each input field, which causes the initial page load to be very long on weaker computers and tablets...
Is there a way to initiate only one keypad, hide it, and then position it and assign it into a input field only when the user requires it?
The text was updated successfully, but these errors were encountered:
Please download the latest version. The keyboard now builds one keyboard per layout and adds and removes it from the DOM & memory as needed; so it should be much more efficient on mobile platforms.
I have several keypads on one single page ~400 input fields, which all have their individual keypads (revealed, only if the user needs them). Currently, the code generates a new instance for each input field, which causes the initial page load to be very long on weaker computers and tablets...
Is there a way to initiate only one keypad, hide it, and then position it and assign it into a input field only when the user requires it?
The text was updated successfully, but these errors were encountered: