Mobile Safari bug on fixed positioned button after scrollTop programmatically changed…?

后端 未结 11 2205
别跟我提以往
别跟我提以往 2020-11-28 04:10

I\'m just about done a webpage but there is one bug in Mobile Safari (iPhone and iPad iOS 5.0.1) with two buttons that are fixed to the upper and lower right corners..

11条回答
  •  温柔的废话
    2020-11-28 04:28

    Another variation of a solution is to increase the size of the document width by 1px and then immediately undo it. This has the advantage of not creating any more elements and there isn't any flicker that I've experienced.

    https://stackoverflow.com/a/11479118/43217

提交回复
热议问题