Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Element.requestFullscreen()

Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.

Asynchronously requests that the element be made full-screen.

Syntax

element.mozRequestFullScreen();

Notas

No esta garantizado que el elemento se cambie a modo pantalla completa. Si la autorización para entrar a modo pantalla completa es permitida, el documento obtendrá un evento "mozfullscreenchange" para hacerle saber que esta en modo pantalla completa en ese momento. Si la autorización es denegada, el documento obtiene un evento "mozfullscreenerror".

Ve a Using full-screen mode para mas detalles y ejemplos.

Especificaciones

Specification Status Comment
Fullscreen API
The definition of 'Element.requestFullScreen()' in that specification.
Living Standard Initial definition

Compatibilidad con navegadores

Feature Chrome Firefox Edge
Internet Explorer
Opera Safari
Basic support (Yes)webkit (also as webkitRequestFullScreen) 9.0 (9.0) (as mozRequestFullScreen) 11 ms¹
20¹²
? ?
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? 9.0 (9.0) ? ? ?

Mira también

Etiquetas y colaboradores del documento

Etiquetas: 
 Colaboradores en esta página: joseamn1
 Última actualización por: joseamn1,