Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Parallax Scrolling that actually works on IPad

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #35752
    ralphiedee
    Member

    I got the hang of this, but I notice that ANY sample sit using this does not work on IPad or IPhone. I did a search for the closest updates to either canvas or the JQuery plug in and cannot find anything that will work on those platforms. Desktop versions look great but this is a hard sell to clients who want this in re designed sites but will surely back away once they know it does not work well in IP or IPh.

    Anybody have any other info on this?

    #93193
    ralphiedee
    Member

    Excellent point, I just came across a WordPress theme that uses parallax scrolling . it displays fone in IPhone but the scrolling effect isn’t the same. I have another question regarding parallax scrolling so not to confuse I will start a new thread, thx

    RD

    #93263
    thenbrent
    Member

    Ralphiedee, at the moment, it’s not possible on iOS devices. iOS devices freeze DOM manipulation during scroll, queuing them to apply when the scroll finishes.

    For more details, see the Scroll events section of the jQuery mobile site.

    #107716
    rstewart
    Member

    You can do it by down loading the smallest touch swipe container on the internet at http://torontographic.wordpress.com/
    Parallex scrolling on iOS by me.
    Thanks

    #108607
    hicksyfern
    Member

    Hi,

    We recently released a site which does parallax scrolling on iPad. There is a bit of an explanation, and a video of it in use here: http://www.aerian.com/portfolio/one-potato/one-potato-html5-website

    and the site itself if you have an iPad to play with:

    http://one-potato.co.uk.

    To do this, we have written some JavaScript library code which we are looking to open-source in the near future.

    If you’d like some help on this, IM me on here.

    Cheers,
    Tom

    #109295
    stephenwho
    Member

    Very nice! I’d be very interested to know when it’s released.

    #109296
    TheDoc
    Member

    Very cool indeed. Please let us know when you release the script!

    #110000
    ulikimmich
    Member

    Hi hicksyfern, would love to try out your JavaScript lib.

    #110002
    McG
    Member

    There’s a jQuery parallax plugin called [Stellar.js](http://markdalgleish.com/projects/stellar.js/) which has [a demo](http://markdalgleish.com/projects/stellar.js/demos/ios.html) that works in tandem with [Scrollability](http://joehewitt.github.com/scrollability/) to achieve a touch-friendly parallax scrolling effect.

    That said, that demo also works with click-and-drag in desktop browsers, so you’d probably also want to include some code that checks for touch support and switches between scrolling methods accordingly.

    #112431
    Khoa
    Member

    Mark Dalgleish who developped stellar.js explained really well how to achieve this using iScroll.js to simulate an iOS scroll.
    Slides here : [Your text to link here…](http://markdalgleish.com/presentations/embracingtouch/ “Embracing touch”)
    YouTube [Your text to link here…](http://www.youtube.com/watch?v=Ii5AkRNSVHg&feature=youtube_gdata_player “Hère”)

    #157047
    cmelion
    Participant

    For an excellent example of Parallax Scrolling that actually works on iPad using AngularJS with an iScroll like directive visit http://m.hbo.com/

    #166998
    nomead86
    Participant

    i have found another great example of parallax scrolling. It is one of the rare big parallax Scrolling Sites, that have great Performance on iPads too!

    http://icrc.srf.ch/

    #166999
    nomead86
    Participant

    i have found another great example of parallax scrolling. It is one of the rare big parallax scrolling sites, that have great performance on iPads too!

    http://icrc.srf.ch/

Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘CSS’ is closed to new topics and replies.