can a pull down reload effect be done in a browser?

Discussion in 'Programming' started by BoomMedia, Jan 4, 2013.

  1. #1
    This is the effect that you see in mobile apps, you press the screen and pull down to reload.

    can this effect be done in a normal modern browser?

    If this can me done, PM me with a cost.

    Thanks
     
    BoomMedia, Jan 4, 2013 IP
  2. edango

    edango Well-Known Member

    Messages:
    299
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    100
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Technically you could with ajax, but the same effect could be done by just clicking and would be a lot cheaper to implement. If you have to have it done by a pull down PM me but it could take some work, depending on how you want it integrated.
     
    edango, Jan 4, 2013 IP
  3. edduvs

    edduvs Well-Known Member

    Messages:
    394
    Likes Received:
    31
    Best Answers:
    3
    Trophy Points:
    160
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #3
    The idea is to gather all of your inner body structure in one single div (beside the body) and make it draggable with a snap to edge condition. While the dragged div isn't snapped, continue dragging, if it snapped to the lower edge, document.location.reload(); (or any kind of action you want to do.). Not saying it's easy peasy but, it's not that hard how it may sound after reading edango's post. I'm willing to do it for 50$. If you make up your mind, let me know, i have a bunch of javascript apps in my portofolio if you want to see one.
     
    edduvs, Jan 5, 2013 IP