# isSupported

> Checks if on-screen keyboards are supported.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool isSupported { get; }
```

### Remarks

Returns true if the platform supports on-screen keyboards.

**Universal Windows Platform:**&#x4F;n Windows Store Apps, this value is always true even if on-screen keyboards aren't supported. The on-screen keyboard may or may not appear depending on the device and configuration of Windows. The OS will only display the on-screen keyboard when it’s necessary.

**Web:**&#x4F;n the Web platform, this value is always true even if on-screen keyboards aren't supported. The on-screen keyboard may or may not appear depending on the device and OS configuration.
