Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8569309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:18:18+00:00 2026-06-11T18:18:18+00:00

I have a working implementation of full screen working for Safari, Firefox, and Google

  • 0

I have a working implementation of full screen working for Safari, Firefox, and Google Chrome. From what I have read it should work for ie with google chrome frame but when I click the full screen button I created nothing happens. Any ideas? Is it not yet supported?

$('#enable_fullscreen').click ->
  calculate_presentation_font_size(height)
  if docElm.requestFullscreen
    docElm.requestFullscreen()
  else if docElm.mozRequestFullScreen
    docElm.mozRequestFullScreen()
  else if docElm.webkitRequestFullScreen
    docElm.webkitRequestFullScreen()

Putting an alert in the “webkitRequestFullScreen” if statement shows that it does go to this condition in chrome frame but docElem.webkitrequestFullScreen() is undefined.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:18:19+00:00Added an answer on June 11, 2026 at 6:18 pm

    I’ve build it and made it work from this examples.
    https://developer.mozilla.org/en-US/docs/DOM/Using_full-screen_mode

    The only things I can see missing from your code for the webkit condition is the parameter “Element.ALLOW_KEYBOARD_INPUT” to the webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT)

    Unfortunately the main problem of chrome frame is the communication with the IE window that literally behave like a difficult child 😉

    For IE you can open a popup window in fullscreen mode by directly calling document.location.href for the source it will open the current page your are on

    window.open(document.location.href, 'myAppfullscreen', 'fullscreen=1');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working ChangeTrackingList implementation which does its job just fine, but I'd
I have a working implementation of NDK library and corresponding Java-class. But I am
I am using the Specification pattern, and have a working implementation (taken from the
So I'm working to improve an existing implementation. I have a number of polymorphic
I'm currently working on Mangler's Android implementation. I have a java class that looks
I'am currently working on GWTs Activity-Place implementation. Now I have found problem with the
I have a working implementation of a ContentProvider loading data via CursorLoader into a
I have a working AutoCompleteExtender implementation. What I want, is that if I have
I can't post a full working example right now, but I was hoping someone
I've started working on a little ruby project that will have sample implementations of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.