-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
[FEAT] - Add close button #55
Comments
Yes please. This would be great! |
@furcan I can implement this if you can just point me to the current callback that hides/closes the keyboard? which func is this? How would i call it from console if a keyboard was currently open? I believe its here: https://github.com/furcan/KioskBoard/blob/main/src/kioskboard.js#L809 |
Hi @DanielKoohmarey |
Appreciate you planning to do this! I had managed to refactor it for my use case with the same plan, creating a common func first. There are a lot of variable dependencies that need to be refactored, I would recommend you store the keyboard options in the window keyboard object so they are accessible. There is also the doc listener you may need to store somewhere to call within the remove func:
...
|
A few users have the problem that they do not know how to close the keyboard.
Therefore, in my opinion, it would make sense to offer a "close button" that is displayed at the top right.
Another option would be a "confirmation button" (e.g. Confirm, OK, Apply).
The text was updated successfully, but these errors were encountered: