Giter Club home page Giter Club logo

Comments (19)

nolimits4web avatar nolimits4web commented on May 13, 2024

Hey
Thanks, i know that it is highly required feature, but because F7 uses native scrolling it is not so simple to make it. But hopefully i'll release such feature on a week

from framework7.

zacksiri avatar zacksiri commented on May 13, 2024

i understand, i think native scrolling is important though more than JS scrolling. i wouldn't use JS scrolling just so i can have scroll bounce and pull to load. maybe it should be a module so we can choose JS scroll on certain views and native on certain views? what do you think?

On Mar 26, 2014, at 6:57 PM, Vladimir Kharlampidi [email protected] wrote:

Hey
Thanks, i know that it is highly required feature, but because F7 uses native scrolling it is not so simple to make it. But hopefully i'll release such feature on a week


Reply to this email directly or view it on GitHub.

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

Any JS scroll will be not so cool as native one, and could produce a lot of problems. I want to realize it with native scrolling:)

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

Ok, it is done, need to cleanup code a bit and hopefully will release it today

from framework7.

zacksiri avatar zacksiri commented on May 13, 2024

holy crap, wow! that was fast!

On Mar 27, 2014, at 8:13 PM, Vladimir Kharlampidi [email protected] wrote:

Ok, it is done, need to cleanup code a bit and hopefully will release it today


Reply to this email directly or view it on GitHub.

from framework7.

zirkler avatar zirkler commented on May 13, 2024

can't wait for it, great job! 👍

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

Ok guys, it is there!:) Here is an updated live demo http://idangero.us/framework7/kitchen-sink/ , look for appropriate link. And don't forget to clean cache

from framework7.

ptb avatar ptb commented on May 13, 2024

Wow! That is VERY slick! Great job!

from framework7.

zacksiri avatar zacksiri commented on May 13, 2024

its perfect!

On Mar 28, 2014, at 6:19 AM, ptb [email protected] wrote:

Wow! That is VERY slick! Great job!


Reply to this email directly or view it on GitHub.

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

Thanks guys, but i still see some issues. If page is long (with scrolling) that sometimes when we release it to refresh, page is blinking/flashing, do you see this? On iPhone it is rare but as see on iPad 2 it is really annoing

from framework7.

zirkler avatar zirkler commented on May 13, 2024

Yep i can confirm this. I took a video of my screen and watched it in slow motion to understand the animation, it looks like after pulling, the whole list snaps back to the top, then it immediately snaps a little bit back down to display the loading circle.

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

Ok, it is fixed now. Seems like iOS bug, when we try to change opacity (like on arrow and preloader) during scrolling it does some kind of repaint that produce this blinking. Changing opacity to visibility seems to fix it

from framework7.

jeka5555 avatar jeka5555 commented on May 13, 2024

Hi! This feature is available at the moment?I did not find an example of it. How to enable it?

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

@jeka5555 http://www.idangero.us/framework7/docs/pull-to-refresh.html

from framework7.

jeka5555 avatar jeka5555 commented on May 13, 2024

Hi! I mean Scroll Bounce. To scroll in android works on both iphone. Thanks!

from framework7.

nolimits4web avatar nolimits4web commented on May 13, 2024

@jeka5555 F7 uses native scrolling, Android just doesn't have it

from framework7.

jeka5555 avatar jeka5555 commented on May 13, 2024

Can not be made to work more smoothly it? It is too sharp, and when you scroll a little twitch pictures

from framework7.

justradojko avatar justradojko commented on May 13, 2024

Is there a option just for scrolling with bounce (without refresh action) like iOS has on all pages? Maybe I just cannot find it?

I using iScroll plug-in, but it would be grate if I could ditch that.

from framework7.

scriptPilot avatar scriptPilot commented on May 13, 2024

This works well with current Framework7 version to eliminate the bounce effect:

.views {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

from framework7.

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.