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 4051058
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:08:50+00:00 2026-05-20T14:08:50+00:00

http://sandbox.solutionsbydesign.com/i-screenplay/h5/ Above is an example I downloaded from Apple where you can use controls

  • 0

http://sandbox.solutionsbydesign.com/i-screenplay/h5/

Above is an example I downloaded from Apple where you can use controls for play and fullscreen mode. In Safara/iPad it works great. However what I want to do is have people click on a link and it loads a video and then goes into fullscreen mode. So for example on the link above if after the loading dots finish it went into fullscreen that would be perfect.

http://developer.apple.com/library/safari/#documentation/AudioVideo/Reference/HTMLVideoElementClassReference/HTMLVideoElement/HTMLVideoElement.html
Has more information on this.

  • 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-05-20T14:08:51+00:00Added an answer on May 20, 2026 at 2:08 pm

    The best I have been able to come up with it this.

    Setup your video tag and use CSS to position it off the screen someplace (it can’t be set to display:none). I used absolute positioning to move it off the top left of the screen.

    Then use this JS:

    $('.popup.ipad a').click(function() {
    
            var currentID = $(this).closest('.player').find('video').attr('id');
            var videoContainer = document.getElementById(currentID);
            var newSrc = $(this).attr('href');
    
            videoContainer.src = newSrc;
            videoContainer.webkitEnterFullscreen();
            videoContainer.play();
    });
    

    It will play in Fullscreen great, but when the user clicks “done” to exit the video will continue to play off the screen (so you will hear the audio).

    So, I need to figure out how to listen for an event that is fired when “Done” is touched (I’m not even sure there is an event for this). Or, use the method described here and run it every second to see if Fullscreen mode is being used. But I haven’t had much success, no matter what what I do I get errors.

    Hopefully this helps you find some answers. If so, let me know!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was trying to use jQuery UI Nested Sortable 1.2.1 from http://mjsarfatti.com/sandbox/nestedSortable where it
http://sandbox.solutionsbydesign.com/montage/ipad/ On the iPad for some reason the select dialog box wont disappear. Previous
i am using the Ajaxy jQuery plugin: http://balupton.com/sandbox/jquery-ajaxy/ when i visit http://www.example.com/#/foo/ the content
First, here's is my rough example: http://demindu.com/sandbox/simple.html What I'm trying to do: Create a
I am using the jQuery plugin from http://mjsarfatti.com/sandbox/nestedSortable/ It does an excellent job on
How can I make the clocks on http://torwiki.com/page/User:Technical_13/SandBox#Dynamic_Clock dynamic to show the actual current
This is the gallery I've been asked to implement http://sandbox.leigeber.com/slideshow/ I've chopped and changed
I am using http://mjsarfatti.com/sandbox/nestedSortable/ Nested Sortables for JQuery. I want to make each nestable
On this page: http://www.palosverdes.com/sandbox/9slategrey/index.cfm I'm trying to put in a new menu (the one
I found this great example of horizontal parallax http://www.perandersen.no/sandbox/parallax/ The only modification I would

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.