How to resolve position:fixed for a bottom toolbar on iOS (iPhone/iPad)

前端 未结 8 1771
礼貌的吻别
礼貌的吻别 2020-12-28 17:20

I have a bar that is fixed to the bottom of every page on my website by using position:fixed. The problem is that on devices like iPhone or iPad this property is not respect

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 17:44

    I can only point you in some directions:

    • fixed-positioning-on-mobile-safari
    • css-position-fixed-solution
    • the-mobile-webkit-css-fixed-position-problem
    • SO: weird-webkit-issue-with-position-fixed

提交回复
热议问题