Virtual keyuboard in Windows 10

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Guerro

Hi, I’m developing a software that will be used on Windows 10 tablets and probably even on Android tablets.
The problem is that the Windows virtual keyboard does not appear when the focus goes on a line edit. The user has to enable it manually from the taskbar.
I tried the function

OS.show_virtual_keyboard()

but it does not work on Windows.
There is a way to show the keyboard on WIndows?
Thank you