Is it possible to hide the address bar in iOS 7 Sa

2019-01-31 12:37发布

问题:

This question already has an answer here:

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

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

I am currently using the below to do this in iOS 6 but I just updated xCode and tested in iPhone Sim and iOS 7 Safari is not responding to this.

js:

window.addEventListener("load",function() {
    // Set a timeout...
    setTimeout(function(){
        // Hide the address bar!
        window.scrollTo(0, 1);
    }, 0);
});

回答1:

It does not work anymore. Here is a very detailed article around the changes in IOS7