---
title: webkitFullScreenKeyboardInputAllowed
framework: WebKit JS
role: symbol
role_heading: Instance Property
platforms: [Safari Desktop 10.0+, Safari Mobile 10.0+]
path: webkitjs/document/1629394-webkitfullscreenkeyboardinputall
---

# webkitFullScreenKeyboardInputAllowed

A Boolean that indicates whether keyboard input is allowed in fullscreen mode.

## Declaration

```data
readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
```

## Discussion

`true` if keyboard input is allowed; otherwise, `false`.

## See Also

### Displaying Content Fullscreen

- [webkitCancelFullScreen](1629556-webkitcancelfullscreen.md)
- [webkitCurrentFullScreenElement](1629974-webkitcurrentfullscreenelement.md)
- [webkitIsFullScreen](1631511-webkitisfullscreen.md)
- [onwebkitfullscreenchange](1631998-onwebkitfullscreenchange.md)
