Contents

webkitSupportsPresentationMode

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

Declaration

boolean webkitSupportsPresentationMode(
    VideoPresentationMode mode
);

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