I am using node red on a raspberry pi with a touch interface (without keyboard). how can I show a virtual keyboard at a textfield? I tried already https://github.com/davidenke/angular-material-keyboard within a template.
@hugobox
The keyboard works fine, but is there any way to open the keyboard only when working on the raspberry and not when accessing the dashboard with the laptop?
Good question! I'm not sure what the best solution would be for this. Maybe adding a discreet button in the top right corner to activate/deactivate the virtual keyboard?
This is my first post, so I would like to say hello to the all users.
I started my adventure with the Node Red couple weeks ago.
It is a truly amazing tool. After the short training I managed to create a quite complex flow that I would like to deploy as the machine terminal to gather information about production and downtime reasons.
I'm planning to use an RPI and touch screen as the HMI. Most of the information will be either pulled from the database or I'm planning to use a bar-code scanner to minimise the chance of making mistakes. There is one option which will require manual input to collect information about scrap.
This is where I hit the wall as there is nothing that I can find that will work for me.
I only need a numeric input.
I tried Matchbox-keyboard. I cannot get it running in to pop up mode. The only alternative I have is to have it in the start bar. This is not an option as I would like to run the Pi in the kiosk mode.
I tried Florence, but its unstable and keep crashing.
I also tried to move the Scrap Reporting on two different screens and then to create a numeric buttons to feed a form on different screen, but I failed to succeed.
The other information I was able to find are beyond my understanding.
It is difficult to believe that NODE RED is missing this functionality or there is no working solution/instruction
that a newbie like me can follow.
Yes I did. It appears on the screen when I'm using a virtual desktop, but it doesn't work on the touch screen.
What is happening it joust flicker and disappear.
I have tried again with the fresh system installed to no avail. (I wasn't sure if I uninstalled everything I tried today)
The keyboard just flickers and disappear.
Do you have any more ideas?
I spent all day trying various things.
I started thinking about connecting hardware numeric pad, which will be a crime having a touch screen.
On RPI
I'm using Chromium, I assume that this is a latest version as I done all updates.
Edit:
I just installed Iceweasel (FireFox clone) browser and I have exactly same problem.
When I open the dashboard from laptop using Chrome (ver. 71.0.3578.98) or Opera the keyboard pop up and stay on, however,only half of it is visible on the screen.
If you open the browser dev console, do you see any errors? We could try a script that prints to console every touch and click events to see if it works as intended.