Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances on a page - only one keypad #238

Closed
drawnword opened this issue Feb 17, 2014 · 2 comments
Closed

Multiple instances on a page - only one keypad #238

drawnword opened this issue Feb 17, 2014 · 2 comments

Comments

@drawnword
Copy link

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?

@Mottie
Copy link
Owner

Mottie commented Feb 18, 2014

Hi @drawnword!

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.

@drawnword
Copy link
Author

Thank you. I will now test how well it works. Very quick update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants