Coder Social home page Coder Social logo

Comments (5)

roelbarreto avatar roelbarreto commented on August 15, 2024 1

@anandraju found some fix with your issue here http://stackoverflow.com/questions/9582076/how-to-prevent-scroll-lag-on-safari-mobile-ipad
Try this solution: find any element inside md-steppers that is causing horizontal scrolling and set overflow-x to hidden.

md-steppers * {
        overflow-y: scroll;
        overflow-x: hidden; 
        -webkit-overflow-scrolling: touch;
    }
}

from md-steppers.

roelbarreto avatar roelbarreto commented on August 15, 2024

@anandraju I can replicate the lag/flickering on ios-safari, I also try replacing the md-steppers with a md-tabs and it behave the same on ios-safari. The md-steppers is based on md-tabs. I am still refactoring and optimizing the code to move out from md-tabs code base.
I'll investigate the root cause and apply fix for the current release but if you can replicate the same with md-tabs then it will be angular material issue with the controls.

from md-steppers.

arnieraju avatar arnieraju commented on August 15, 2024

@ipiz Thanks so much for the quick reply and thanks for the feedback. I'll try that out today and let you know how it goes.

from md-steppers.

arnieraju avatar arnieraju commented on August 15, 2024

I tried out that solution, however the issue is still there.

The horizontal scrolling wasn't the issue. Going from step to step the animation horizontally is actual silky smooth, it is the normal vertical scrolling when going up and down the form that is causing the scroll lag - i'll try and capture a video to illustrate this.

Now that I know it is potentially an angular issue that relates to the md-tabs I'll do a bit more research in that area too - will let you know what i find.

from md-steppers.

roelbarreto avatar roelbarreto commented on August 15, 2024

@arnieraju How is your findings with this? THanks

from md-steppers.

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.