SetTimeout(Keyboard.hide,10) dont't work

I am using the keyboard.hide in onfocusin() event by Input-Item, it is NOT working.

onfocusin() event is working, but not hide the internal Keyboard.

'—try internal Keybord hide in 10 ms
SetTimeout(Keyboard.hide,10); 'why no effect?

Any idea?
I can send a smal sample to solve the problem.

I think, it miss a Cordova Plugin - but, I don’t know, how that works or came to my project.
And - if it works, when my project starts from our server.

thanks, Paparazzi

There is something like navigator.virtualKeyboard.hide();

JavaScript!

I tried to convert your Basic code to JavaScript. Seemed to work, but AppStudio did not convert Basic len to Javascript xy.length and so I got an error message.

Danke, habe etwas dazu gefunden.

Muss aber morgen weiter schauen - Alter macht müde…

LG Allan

Conversion of Basic code to Javascript, len → length included, seems to be fine with the ChatGPT button and asking How do I convert Basic len to JavaScript length. Great feature!