Virtual numeric pad for Raspberry touch screen #215
Replies: 6 comments 8 replies
-
You may want to consider an OSD at the distribution level. I'm sure an on screen keyboard is included with Raspbian as an example. Or possibly use some control to trigger an OSD. |
Beta Was this translation helpful? Give feedback.
-
There are a nice virtual keyboard for Angular, should be easy to integrate in the input control (only for view not in editor). I will try to add it as soon as I find the time ;) |
Beta Was this translation helpful? Give feedback.
-
Someone also pointed me out this tool that could be implemented I guess? |
Beta Was this translation helpful? Give feedback.
-
I think that integrate a virtual keyboard like ngx-material-keyboard will solve the issue. |
Beta Was this translation helpful? Give feedback.
-
I also use touchscreens, on another SCADA system we pass the target variable to a dialog. The Dialog has a local string that buttons 0-9 and decimal each add the associated character to a local string. considering touch screens are very common, someway to build or include dialog-keypad needs to be included. |
Beta Was this translation helpful? Give feedback.
-
Virtual Keyboard is finally available in release 1.1.11 |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I really like this project, I started a week ago testing its UI capabilities and I found it can covers almost all my needs but... (always there is a but)... I need to run it (server&client as a HMI on Rpi4) on a touch screen... NO physical keyboard... NO mouse...
Before fighting with raspbian or Chromium add-ons I ask the question: has FUXA any built-in support for on-screen numpad?, if not: can I build an on-screen numpad with the available controls?.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions