---
title: webkitSupportsPresentationMode
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/htmlvideoelement/1629816-webkitsupportspresentationmode
---

# webkitSupportsPresentationMode

A Boolean value indicating whether the video can be played in presentation mode.

## Declaration

```data
boolean webkitSupportsPresentationMode(
    VideoPresentationMode mode
);
```

## Discussion

Discussion true if the device supports presentation mode; otherwise, false. This property is also false if the meta data is loaded or the loadedmetadata event has not fired, and if the files are audio-only.

## See Also

### Displaying Presentation Mode

- [webkitSetPresentationMode](webkitjs/htmlvideoelement/1631224-webkitsetpresentationmode.md)
- [webkitPresentationMode](webkitjs/htmlvideoelement/1631913-webkitpresentationmode.md)
- [playsInline](webkitjs/htmlvideoelement/2528111-playsinline.md)
