Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Bossino's avatar

Javascript On-Screen Keyboard pops out on a specific input only

Hello. I had a touch screen monitor used for the kiosk in queuing system. Currently, I had install virtual keyboard extension in Firefox. It works. But in my system, I just want a specific input only to where an on-screen keyboard should only pops. For example I had two inputs.

<input type="number" id="amount" class="form-control" name="amount" step=".01" required> <-- this one should pop up the on-screen keyboard because it would type the amount-->

<input type="password" id="rfid" class="form-control" name="rfid" required> <--this one should not pop up the keyboard because it should tap the id-->

That's my concern for now. I've been also searching a plugin if that is possible.

0 likes
1 reply

Please or to participate in this conversation.