Code Monkey home page Code Monkey logo

Comments (8)

straydogstudio avatar straydogstudio commented on September 25, 2024

Thanks @Emmerse. I'll take a look.

from film_roll.

straydogstudio avatar straydogstudio commented on September 25, 2024

@Emmerse So far I've not been able to reproduce this. Do you have that particular page posted somewhere where I can see it?

from film_roll.

allanemerson avatar allanemerson commented on September 25, 2024

Sure thing: http://loandsons.electricpulp.com/the-og

from film_roll.

straydogstudio avatar straydogstudio commented on September 25, 2024

@Emmerse It isn't strictly related to iOS8 and FilmRoll, as other pages are working fine.

It appears you have something that fails to load in a timely manner. Based on my debugging with the timeline, it is your vimeo player that is timing out. In my last check Safari tried for 1.5 minutes and quit. The full url is:

http://player.vimeo.com/video/51782073?api=1&player_id=vimeo-og&title=0&byline=0&portrait=0

That can be seen with desktop or mobile debugging tools. Desktop browsers are firing the load event anyway; they are apparently picking up that the vimeo file isn't coming soon enough and they go ahead.

The mobile browsers aren't. Because of that, the window.load event is never fired, so the final configuration for FilmRoll never completes, the resizing event isn't fired, and your loading div isn't ever hidden. It is curious that Safari shows it is no longer loading even though it still is. The iOS Chrome browser never stops the loading indication (and it has the same problem.)

You may want to delay loading of the vimeo resources until after page load for mobile devices. It is below the fold anyway. Or, of course, they may have a better solution for you.

I'm going to close this as it is pretty clear it isn't FilmRoll. Let me know if you need more ideas.

from film_roll.

straydogstudio avatar straydogstudio commented on September 25, 2024

@Emmerse I should mention, it looks like the problem is inside the vimeo iframe content. The basic iframe content shows up, but the browser still says it isn't loading right (even though you can play the video.)

from film_roll.

straydogstudio avatar straydogstudio commented on September 25, 2024

@Emmerse Last comment. If you look at the source for the vimeo player link, it doesn't have closing body or html tags. Something on their end must be hanging.

from film_roll.

allanemerson avatar allanemerson commented on September 25, 2024

Ah, thanks for finding the actual culprit. So strange that this only pops up with vimeo on iOS 8 though.

from film_roll.

straydogstudio avatar straydogstudio commented on September 25, 2024

@Emmerse Based on what I found, the source of the problem is on desktop too. The desktop browsers just handle it better. Chrome appears to cancel loading it until everything is finished, then it tries again.

You should be able to get a fix out of vimeo on this. It really looks like something is wrong on their end.

Hope it works out!

from film_roll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.