furcan / KioskBoard

KioskBoard - A pure JavaScript library for using virtual keyboards.
https://furcan.github.io/KioskBoard/
MIT License
310 stars 84 forks source link

[FEAT] - show keyboard only on mobile devices #92

Open kruegge82 opened 6 months ago

kruegge82 commented 6 months ago

Is your feature request related to a problem? Please describe.

Is it possible to show keyoboard only on Mobile devices?

Describe the solution you'd like

in the documentation i cannot find a option for activate only on mobile devices. I want to not show the keyboard on a normal computer with keyboard.

thanks for help

MarketingPip commented 4 months ago

@kruegge82 - you could program something to determine if mobile device in your code. Rather than rely on the library itself.

If this solves the issue, feel free to close after!