Full screen on load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • computerfox
    Contributor
    • Mar 2010
    • 276

    Full screen on load

    hello everyone,

    I have a page that I was wondering if there was anyway I can put it into fullscreen mode. Let me be clear that I don't mean fullscreen like width:100%, but fullscreen like when you put an html5 video object in fullscreen (ignoring all toolbars and boundaries, it fills up the ENTIRE screen)

    Any ideas?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    that choice is up to the user. or would you like some commercials occupying your full screen?

    Comment

    • computerfox
      Contributor
      • Mar 2010
      • 276

      #3
      not sure what you mean and i'm not worried about the morral because in order to get to it, there has to be some user input anyway (key input like when you use to put in cheat codes for nintendo or genesis). basically, i'm interested in placing my web page (text) in fullscreen as described above.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        you could tell your users the key codes to switch into full screen mode (e.g. Ctrl+Shift+F)

        Comment

        • computerfox
          Contributor
          • Mar 2010
          • 276

          #5
          answer found- document.docume ntElement.webki tRequestFullScr een(Element.ALL OW_KEYBOARD_INP UT);

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            but you are aware that this only works in webkit browsers? (more info here)

            Comment

            • computerfox
              Contributor
              • Mar 2010
              • 276

              #7
              thank you for the heads up. i actually wasn't fully aware of that

              Comment

              Working...