Prevent Mobile Safari from presenting toolbar when bottom of viewport is tapped

前端 未结 5 1923
予麋鹿
予麋鹿 2021-02-02 06:05

We have a simple mobile app running in Mobile Safari (MS) on iOS. When the user scrolls down the page n pixels, a \"top\" button slides up from the bottom. The top butt

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 07:03

    For iOS 7.1, you can set this in your header to minimize the UI:

    
    

    It was introduced in iOS 7.1 beta 2. This site was instrumental in helping me understand how minimal-ui works: http://www.mobilexweb.com/blog/ios-7-1-safari-minimal-ui-bugs

提交回复
热议问题