spiegel-keyman/web/docs/engine/reference/osk/isVisible.md
Marc Durdin 1f82507730 docs(web): deprecate unused and obsolete API endpoints and docs cleanup
Deprecate the following obsolete functions and properties:
* `keyman.helpURL`
* `keyman.util.rgba`
* `keyman.util.toFloat`
* `keyman.util.toNumber`
* `keyman.util.toNzString`

Use correct language for code blocks in Keyman Engine for Web
documentation.

Test-bot: skip
2026-08-12 16:07:22 +02:00

22 lines
354 B
Markdown

---
title: isVisible
---
## Summary
Return the actual visibility of the On-Screen Keyboard.
## Syntax
```js
keyman.osk.isVisible();
```
### Parameters
None.
### Return Value
`boolean`
: `true` if the OSK is actually visible, else `false`. Note that this will usually return `false` after any UI event that results in (temporary) loss of focus.