How to remove Address Bar in Safari in iOS?

前端 未结 4 608
闹比i
闹比i 2020-12-05 08:30

Old trick with window.scrollTo(0,1); doesn\'t work. And even worse, the address bar moves only a bit and gets stuck halfway out sometimes.

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 08:48

    Since IOS7 the window.scrollTo trick doesn't work anymore. There is no work around for the moment except to invite the user to add your website to Home Screen.

    http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

    Is it possible to hide the address bar in iOS 7 Safari?

    Impossible to hide navigation bars in Safari iOS 7 for iPhone/iPod touch

提交回复
热议问题