语言

Menu
Sites
Language
On screen keyboard show/hide events

I need to know when keyboard is shown and hidden in webapp. Are there any relevant events?

When input gets focus, the keyboard appears but how to get to know when keyboards dissapears after pressing RETURN key or DONE on keyboard?

响应

1 回复
Alex Dem

Hi,
I could suppose to use onfocus/onblur attributes for input and textarea tags to determine when keyboard is shown and hidden.

look at this also (regarding keypad):
https://developer.tizen.org/forums/web-application-development/virtual-device-keyboard-api

Alexey.