Settings.enableFullscreen

Set enableFullscreen property.

  1. bool enableFullscreen [@property getter]
  2. bool enableFullscreen [@property setter]
    class Settings
    @property
    void
    enableFullscreen
    (
    bool propval
    )

Parameters

propval bool

Whether to enable the Javascript Fullscreen API. The API allows any HTML element to request fullscreen display. See also the current draft of the spec: http://www.w3.org/TR/fullscreen/