javascript - About the problem of css absolute positioning being blocked by rubber bands in ios browser
仅有的幸福
仅有的幸福 2017-07-05 11:03:51
0
2
1105

The address is testlele.handone.com. It has a bottom navigation. However, on the browser of an iOS mobile phone, you can still pull down the webpage to the lowest end, which will cause the bottom navigation to be blocked by a piece of white. Please give me a solution.

The navigation code is `

display: flex; position: absolute; z-index: 500; bottom: 0; width: 100%; background-color: #f7f7fa;`
仅有的幸福
仅有的幸福

reply all (2)
学习ing

If it is a webpage embedded in webview, IOS development should disable the rebound effect in webview. If it is a simple webpage, I don’t know if this will work: /a/11...

    洪涛

    Try display:fixed

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!