Code Monkey home page Code Monkey logo

Comments (5)

mkoryak avatar mkoryak commented on June 9, 2024 1

Sure I'll take a look after the US holidays. Thanks for a detailed description.

from floatthead.

steffenhansendev avatar steffenhansendev commented on June 9, 2024

I noticed that iOS Safari is not supported after posting this, but it goes for Chrome on iOS as well.

from floatthead.

steffenhansendev avatar steffenhansendev commented on June 9, 2024

To hack this for a tomorrow's upcoming release, I've set margin-top: -1000px on the .row that contains the .col with the .table-responsive. To compensate, I've placed an empty tr with height: 1000px before my actual trs. The 1000 pixels get truncated somehow, so you will still be able to see the bug on the live site, you just have to pull down a bit harder with your finger on the screen.

from floatthead.

mkoryak avatar mkoryak commented on June 9, 2024

Hey, sorry, I misread your bug thinking this was osx, but you said iOS! I dont have an iphone to test this on, so I cannot help you :P

Also even if I did, debugging on one or an emulator is a very horrible way to spend one's free
time.

iOS chrome is actually using the Safari renderer engine (because of strict apple guidelines on how things should look on its platform), so you can think of it as the same thing.

My only advice is to try overscroll-behavior:contain on the body / scrolling area
https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior

from floatthead.

steffenhansendev avatar steffenhansendev commented on June 9, 2024

"Also even if I did, debugging on one or an emulator is a very horrible way to spend one's free
time." – Yes indeed! :D I have to deploy the application to the server every time I want to try out a new way of fixing it.

overscroll-behavior:contain is not supported by Safari on iOS (yet?). I've put it in place though, hoping Safari developers will get their shit together soon :D

The negative margin-trick helped to mitigate it quite a lot, so I guess I'll leave it as is for now.

from floatthead.

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.