How to pop up touch keyboard in edge kiosk mode when the input is focused

161 Views Asked by At

When a html input is focused by javascript, the touch keboard doesn't pop up, I need to manually select the input with my finger to be able to show the touch keyboard.

Can I popup it by code or keep it always on display?

PS I have added the next register values to show the touch keyboard.

HKCU\Software\Microsoft\TabletTip\1.7\EnableDesktopModeAutoInvoke = 1 HKCU\Software\Microsoft\TabletTip\1.7\DisableNewKeyboardExperience = 1 HKCU\Software\Microsoft\windows\CurrentVersion\ImmersiveShell\TabletMode = 1

0

There are 0 best solutions below