Youtube progress bar problem on ipad

When playing a YouTube video on my ipad air, the progress bar is now appearing higher up in the video and obstructs it.  Normaly, and on my imac, it appears just above the controls section on the bottom. 

How are trying to watch this YouTube video? With Safari? Or with the YouTube app?
I see no problems viewing YouTube videos on my iPad using the YouTube app. The progress bar shows at the bottom of the screen as the video starts and it quickly faded away.

Similar Messages

  • Youtube progress bar keeps flashing

    I don't think this is a FF problem because it also happens when I use IE 10 but I always get better help here than Youtube or IE.
    When I am watching a video at Youtube the progress bar keeps appearing and disappearing every few seconds as if you moved the mouse. I tried moving the mouse to an area off the screen and turning it off (the mouse, it's a Microsoft 3500 wireless) but that made no difference, it just keeps appearing and disappearing every few seconds.
    It does exactly the same thing if I use IE10 so I don't think it's a FF add-on or app. I never use IE10 so I don't have a bunch of apps loaded on it.
    Other video sites don't do this so I believe it is a Yotube problem. It just started happening two days ago. Anybody else have this problem? Or a solution?

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • Progress bar problem in IE with on demand application call

    I have several on demand application processes that I call from javascript. The application processes in turn call pl/sql procedures. Some of the procedures take up to 10 seconds to complete and while they are running, the screen just appears to freeze so the user does not know that they are actually running. I would therefore like to add some kind of a progress bar or hourglass or some indication that things are happening.
    So I found the instructions in Re: Display of Hourglass When Page is processing . This works great in Firefox, but not in IE.
    My Footer text:
    <style> #AjaxLoading{padding:5px;font-size:18px;width:200px;text-align:center;left:50%;top:20%;position:absolute;border:2px solid #666;background-color:#FFF;}
    </style>
    <div id="AjaxLoading" style="display:none;">..Processing..
    <img src="#IMAGE_PREFIX#processing3.gif" id="wait" />
    </div>
    My javascript:
    function create_invoice(pMilestoneNumber){
    var agree=confirm("Are you sure you want to bill this Invoice?");
    var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=P110_CREATE_INVOICE',$v('pFlowStepId'));
    if (!agree)
         return;
    html_ShowElement('AjaxLoading');
    get.addParam('x01',pMilestoneNumber);
    gReturn = get.get();
    alert(gReturn);
    get = null;
    doSubmit();
    In Firefox, the Progress bar appears immediately after the user clicks ok to the confirm request. In IE, it does not appear until the application process returns with the return message.
    Any help would be greatly appreciated.

    Thanks for your reply. You are right, part of the code got stripped off, I guess I failed to use the code brackets before and after. Here is is again using the code brackets:
    Javascript:
    <script language="JavaScript" type="text/javascript">
    function create_invoice(pMilestoneNumber){
    var agree=confirm("Are you sure you want to bill this Milestone?");
    var get = new
    htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=P110_CREATE_INVOICE',$v('pFlowStepId'));
    if (!agree)
         return;
    html_ShowElement('AjaxLoading');
    get.addParam('x01',pMilestoneNumber);
    gReturn = get.get();
    alert(gReturn);
    get = null;
    doSubmit();
    </script>Footer:
    <style>   #AjaxLoading{padding:5px;font-size:18px;width:200px;text-align:center;left:50%;top:20%;position:absolute;border:2px solid #666;background-color:#FFF;} 
    </style> 
    <div id="AjaxLoading" style="display:none;">..Processing..<br /><img src="#IMAGE_PREFIX#processing3.gif" id="wait" />
    </div>I was using IE8, but I found an another computer with IE7 and I have the same problem there.
    My javascript code throws up a confirm message and as soon as a hit ok, Firefox brings up the progress bar and it stays up until the alert message comes back with the return from the application process. Just the way I want it. In IE, the screen just freezes after I hit ok (the same way as if you don't have a progress bar at all), but then when the alert message comes up with the return from the application process, the progress bar comes up (a little late....).
    Do you have any suggestion as to what my problem may be?

  • Youtube Progress bar???

    I would like to know, why since the recent update of flash player, there is no longer a progress bar while watching youtube?  I used to be able to veiw the length of the video, rewind or fast forward to any point., adjust the volume, view it in normal or full screen and more. All these options are now gone since the UPDATE OF FLASH PLAYER. The only option you have is to pause or play but if you wanted to go back to hear or see something you might have missed you have to start the video all over from the begining. It no longer tells you how long the video is or where you are at in the viewing progress. Oh yes you can view in full screen mode by double clicking but I want the OTHER options back with the PROGRESS BAR!. It is VERY AGGREVATING!...any replies or help would be very welcomed.
    Thank you,
    Debbie

    Hi Debbie:
    You'll need to specify your operating system, for instance, Windows XP or 7; Apple Whatever.... etc.
    They'll also need to know what browser you're using, and the version number, such as Firefox 15.0.1, or Internet Explorer 9, Google Chrome, etc.; as well as the Flash Player version number.
    I have Windows 7 Home Premium, Firefox 15.0.1 and Flash Player version 11.4.402.265, and can see all of the YouTube controls --
    -- that's one thing is IS working correctly on my system.  (Now, it they would only fix the constant crashes!)

  • Jni using progress bar problem

    Hi
    i am new in jni application actually my project is j2ee(servlet,jsp) based. In my one of project module we need to call vb ocx for large processing in background so it is time taking and my framwork is pure mvc based so how i have to show
    progress bar please give me some idea....
    Thanks in advance and sorry for english
    ni

    There's no solution to that in the JNI or Java side of things. If the VB has control, only the VB knows what its progress is, so only the VB can display it. So change it to do that.

  • Preloader progress bar problems

    If you've got a second, go to
    http://www.madhouseent.net/
    My progress bar gets to the 50% mark and then loads the site.
    That's not the end of the world, but someone on a slow connection
    might give up because it looks like it's loading slower than it
    really is.
    The loading bar graphic is the correct size.
    Here's my code for the first frame and the second frame:

    Well, it looks like the full width of your loading bar is
    around 200 pixels. Not 100 which is what you're multiplying your
    percent by here.
    Try this instead.
    var fullLoaderBarWidth = (whatever the actual full width of
    your loader bar should be at 100%).
    (first frame)
    bytes_loaded = Math.round(this.getBytesLoaded());
    bytes_total = Math.round(this.getBytesTotal());
    getPercent = bytes_loaded/bytes_total;
    this.loadBar._width = getPercent*fulLoaderBarWidth;
    this.loadText = Math.round(getPercent*100)+"%";
    if (bytes_loaded == bytes_total) {
    this.gotoAndPlay(3);
    (second frame)
    this.gotoAndPlay(1);

  • Flash Player & Flash progress bars problem

    Hi.
    I'm rather desesperate here.  I have the latest version of Flash Player with the latest version of Mozilla Firefox (3.5.3).  Wherever I try to upload a file on a website that uses a Flash component to show the progress, it simply goes up to 100% under a second for a 15MB file.  This is my latest Speedtest.net :
    http://www.speedtest.net/result/574890835.png
    It's IMPOSSIBLE to upload anything over 2MB instantly with that kind of connection.  Even if it's a really good one.
    I've tried anything and everything; even a reformat (two weeks or so ago) and it did NOT solve the problem.  So, I'm pretty sure that the problems lies in either one of those software/code :
    - HTML 5
    - Flash Player
    I don't know if you guys can solve the problem but I just hope you can.  It's really annoying because a majority of file-hosting websites use Flash-based uploaders.  I've been in multiple forums in search for help but nobody seems to be able to solve my problem and in which seem to be unique. The problem also occurs and Internet Explorer 8 and Chrome on my end.  So, my problem isn't browser specific.  The problem also occurs on Windows 7 RC.
    My (modest) machine :
    Intel Core 2 Duo E6600 2.4GHz
    2 GB of DDR2 667MHz Ram
    nVidia GeForce 8500GT 512MB
    ~1.3TB of Hard drive (across 4 hard drives)
    Windows Vista Home Premium FR (Genuine) & Windows 7 RC (Build 7100) [dual-boot]
    Thank you for your help in advance.

    Please help!
    If you want more details, please, ask them to me!

  • HT4623 I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    I am upgrading my iPad to iOS 7 but the progress bar is at 1/4 position for two hours and not moving forward. Is there any problem with it? What should I do? Thanks.

    This is a concern amoung many corporate users.  It's going to take somekind of policy change with apple.
    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number

  • HT1212 My ipad mini has been crashing a lot recently so I started a system reset. However, it's now stuck with the progress bar less than a quarter gone: this has been the case for several days now. I have tried resetting from itunes but it needs the pass

    Now it's stuck with the progress bar less than a quarter full. I have also tried resetting through itunes which works right up to the point where itunes states that it needs the passcode to be inputted into the ipad to connect to it. At which point it then sticks at the same progress bar point. HELP!! please, this ipad is really important to my work.

    Well the term "hotlined" I have never heard before. In any case many states (like NY) just passed regulatory powers to the State Public Service Commission of which it may be called something different in your state. You could file a complaint with them. Or file a complaint with your state attorney generals office, they also take on wireless providers.
    The problem here is the staff you speak to are poorly trained, in days gone by it took one call to them and they pulled up your account and see the error and had the authority to remove any errors. They did not remove legitimate account actions, but used their heads instead of putting a customer off or worse lying to the customer.
    Its a shame you have to go through what you going through.
    Good Luck

  • TS3694 hi i recently updated into ios 7.0.4 now i want to fully restore my ipad to resell but when i restore it it got stuck with apple logo and progress bar with 45% completed as firware file is downloaded using ipad 4 wifi itunes 11.3.8

    hi i rescently updated my ipad 4 in ios 7.0.4 and for resell purpose i want to restore my ipad via itunes but it got stuck at apple logo and progress bar of 45% completed i tried it 50 times but it stuck on that exact point for hours i cant able to restore it and had no errors it just like freezes at one point i also uses dfu mode but got stuck at same problem using windows 7 32 bits itunes 11.3.8 ipad 4 wifi please help

    My iPhone 5 wouldn't start after I turned it off a few minutes after writing this. It went into recovery mode and I had no choice but to connect to iTunes on PC and restore.
    I restored to factory setting first, just to validate my phone was okay. For a second consecutive iOS update, the  iPhone 5 did not update smoothly while connected to PC and iTunes - I had to retry two times before the progress bar for the update showed. (The exact same problem with the restart occured when I updated to 7.0.4.)
    The good news is that I was ultimately able to restore the iPhone 5 to factory settings while running iOS 7.0.6. I did have a backup from about a month ago lying around and was able to successfully restore with that as well, so the damage done is almost negligible since I had my contacts, notes, mail, etc. backed up to iCloud.
    Once I completed both restores, the sync with iTunes worked fine.

  • HT201210 My Ipad was downloading the new IOS6 across WiFi and it froze half way through the process. The progress bar has been stuck at 50% for 2 hours now I cant turn it off or reset it any ideas

    My Ipad was downloading the new IOS6 across WiFi and it froze half way through the process. The progress bar has been stuck at 50% for 2 hours now I cant turn it off or reset it any ideas

    It solved the problem with my iPod.  Had the same issue as above since yesterday.  Thought my iPod broke.
    This helps.  I've got back my iPod.  So happy...................

  • New update are listed on the app icon. When I click update all I'm prompted to enter password. When I do, the progress bars go away and nothing gets updated. Tried logging out, reset iPad, and nothing seems to work. Keeps asking me to enter password.

    New update are listed on the app icon. When I click update all I'm prompted to enter password. When I do, the progress bars go away and nothing gets updated. Tried logging out, reset iPad, and nothing seems to work. Keeps asking me to enter password.

    I've been having the same problem for days and just solved it. Tried going to Apple ID and had all the same problems you did in the second paragraph. I signed out with my current username on the ipad under settings--->store and signed back in with my oldest apple id and password. Now the apps don't ask for a password to upgrade. I too had a username that wasn't an email address and had to change to one that was at some point. That's what caused the problems. Hope this can work for you.

  • Ipad screen stuck on Apple logo and empty progress bar.

    Hello,
    My iPad screen is stuck on the Apple logo and empty progress bar. I have tried rebooting the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds but the screen doesn't change.
    The problem arose after I tried to reset the sttings on the iPad after an app wouldn't open.
    Any help would be appreciated.
    Thanks

    1: Connect the device to your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.

  • Ipad 2 ios 8 update stuck on Apple with progress bar

    Hello,
    I'm from Paris and I didn't find any solution around me.
    So, I hope you'll help me to find something. Sorry in advance for mistakes. My english isn't perfect.
    Yesterday, I tried to update my Ipad 2 to iOS 8 in OTA way.
    Everything was going fine until the Ipad rebooted. Since this step, the Ipad stucks on the famous Apple with a progress bar under. The progress bar is 30% filled.
    I tried to put my Ipad in DFU mode and it doesn't works.
    The Ipad switch off few seconds and it switch on back in the state describes before.
    Could you please heeeeeelp me.

    i have the same problem, my ipad 2 ios 8 update: stuck with apple logo refreshing every 2 minutes or so with the black screen (like the one for boot up or reset) but not turning on or connecting to itunes. plugged it in to the computer for an itunes connect to do a hard reboot and the device shows up in grey (meaning i cannot click on it) for a minute while the ipad cycles with the apple logo. the device showing in itunes then disappears and the whole cycle starts over and over again. yes, please help!
    update: ok so another member suggested this and it is working so far, although my data will be lost...it is what it is:
    DiavonexFeb 5, 2014 9:46 PM Re: Unable to start my Ipad 2 after upgrading to Ios 7.04 . The screen is stuck with the start up apple logo till full discharge. Please help.
    Re: Unable to start my Ipad 2 after upgrading to Ios 7.04 . The screen is stuck with the start up apple logo till full discharge. Please help.in response to Pratik Nayak
    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTune (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port. Do not release button until you see picture of iTune and plug (very important)
    5. Release Home button.
    ON COMPUTER
    6. iTune has detected iPad in recovery mode. You must restore this iPad before it can be used with iTune.
    7. Select "Restore iPad"...
    Note: Data will be lost

  • Problem installating Snow Leopard on old Macbook Pro with Intel Core 2 Duo. After creating partition on internal hard disk (Extended Journaled), installation starts but stops at half of the progress bar. Screen asking Restart appears.

    Hello:
    I have tried installing Snow Leopard via the installation disc on a Macbook Pro (2007) with an Intel Core 2 Duo, but I the installation has failed more than 5 times.
    I have first formatted and partitioned the internal hard disk with Mac Os Extended Journal format.
    Once the installation starts, it starts without a problem unti lthe progress bar gest until half completed then a screen asking for a Computer Restart shows up.
    It asks to press the power button for some time until it the computer shuts down and then, press again to turn it on.
    Once turned on, the installation disc gets readed, the installation screen appears again and asks again to start the whole installation process form the beginning.

    Then you have a Hardware Problem.
    Your system is Crashing part way through the install and Re-Booting because of the crash.
    Could be the drive itself or it could be some other hardware part in your system. Like the RAM.
    To check if it is the internal drive connect an External drive to the system by USB and do the install on that external. If the install completes then it more then likely the drive is bad. If it crashes again then it is more then likely some other piece of hardware in your system.

Maybe you are looking for

  • Ipod touch not detected by my computer

    My Windows XP SP3 is not able to detect iPod Touch 4G. Please help. iTunes displays it fine.

  • Is there a definitive way to get iTunes match to recognise my tracks?

    Ok, I have taken the plunge and started iTunes match, I have quite a lot of songs, (over 17,000) and the results are interesting, I have quite a lot of Vinyl rips and MP3's from emusic, amazon etc, so I wasn't surprised when iTunes couldn't match eve

  • Gridbag layout resize problem

    I have some JLabel, as statusBar, when user diminishes the width of jframe the text of the jlabel is overlapped to the text of other jlabel, therefore the text becomes not leggibile I would want that when the user diminishes the width of the frame, t

  • Can?t get rid of processes

    Hi, I installed via graphical Interface some tools on a remote solaris 8 sparc system. Unfortunately there was a network error and my session got lost. Because the installation was not complete I removed all already installed packages with pkgrm and

  • Unified CCX 8.0.2

    I am trying to remove an agent from UCCX and keep getting this message: " Agent capability cannot be modified in Cisco Unified CCX." I have already removed the users device from the application user 'rmcm' in CM  v8.0.3. What am I missing?