Version: Unity 6.1 (6000.1)
LanguageEnglish
  • C#

TouchScreenKeyboard.isSupported

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static bool isSupported;

Description

Checks if on-screen keyboards are supported.

Returns true if the platform supports on-screen keyboards.

Universal Windows Platform:On 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:On 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.