Forums

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

Home Forums CSS IOS transform flicker bug

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210378
    rlnl
    Participant

    Hi,

    I have a private project and I’m fighting with a bug on iphone. It’s an off-canvas navigation and I use transform to hide/show it.

    Unfortunately when I close the navigation a flicker effect appears.

    On the top of the page I have a relative positioned div, when I close it everything work great.

    If I change the navigation’s width to fixed (for example 300px), it works, no flicker effect. When I move the navigation next to the top bar in DOM it works again (It’s few levels deeper)

    I can’t give you the whole link because I have NDA, but I recorded a solid video. If you have any idea let me know please.

    I know it’s very difficult to help without real example, but maybe you had problem like this.

    I recorded a video too: https://www.youtube.com/watch?v=bNyZXZN5K0Y&feature=youtu.be

    Thank you!

    #210379
    rlnl
    Participant

    I added overflow-x:hidden to body and it looks like the problem solved. Do you have any idea why is it fixed the problem?

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