# Uibuilder kiosk mode

**URL:** https://discourse.nodered.org/t/uibuilder-kiosk-mode/99777
**Category:** General
**Tags:** uibuilder
**Created:** [25 November 2025 21:07 UTC](https://discourse.nodered.org/t/uibuilder-kiosk-mode/99777 "2025-11-25T21:07:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mrCodeBot](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mrcodebot/32/104103_2.png) [@mrCodeBot](https://discourse.nodered.org/u/mrCodeBot)
#### Post date: [25 November 2025 21:07 UTC](https://discourse.nodered.org/t/uibuilder-kiosk-mode/99777/1 "2025-11-25T21:07:01Z")

</div>

Hi everyone,

I’m looking for some advice from anyone who has experience building UIs with uibuilder in a Linux environment. I’m running Node-RED in kiosk mode and need to support user input, but I’m having trouble getting the on-screen keyboard to appear.

Has anyone run into this before or have recommendations on how to get a virtual keyboard working?

Thanks!

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [25 November 2025 21:10 UTC](https://discourse.nodered.org/t/uibuilder-kiosk-mode/99777/2 "2025-11-25T21:10:07Z")

</div>

What device type are you using to access the UI?

I don't do a lot of mobile stuff myself but I think you just need to add a suitable hint on the input element. e.g.

```html
<input type="text" inputmode="numeric" />

```

> **[Mobile Input Types](http://mobileinputtypes.com)**
>
> Latest HTML5 mobile input types to help improve the experiance and accessibility of your mobile apps and websites.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [23 February 2026 21:10 UTC](https://discourse.nodered.org/t/uibuilder-kiosk-mode/99777/3 "2026-02-23T21:10:30Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
