-
I'm considering using slint in an embedded project, but I need to know if slint supports on-screen keyboards like https://docs.lvgl.io/master/details/widgets/keyboard.html |
Beta Was this translation helpful? Give feedback.
Answered by
Vadoola
Aug 21, 2025
Replies: 1 comment
-
Last I checked there was no built in OSK that you could just enable. They do have an example on how to make one in the Example folder: https://github.com/slint-ui/slint/tree/master/examples/virtual_keyboard Also the Coop Widgets, and I would assume Vivi components (which was forked from Coop), should have an example of making an OSK as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NickeZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last I checked there was no built in OSK that you could just enable.
They do have an example on how to make one in the Example folder: https://github.com/slint-ui/slint/tree/master/examples/virtual_keyboard
Also the Coop Widgets, and I would assume Vivi components (which was forked from Coop), should have an example of making an OSK as well.