Is it possible to hide URL bar in iOS 9 (Safari browser) by using JavaScript?

前端 未结 2 1000
盖世英雄少女心
盖世英雄少女心 2021-01-19 16:35

I want to hide the URL bar from my single-page application by using JavaScript.

I tried to set bigger height of the \'body\' element and then perform:



        
2条回答
  •  清酒与你
    2021-01-19 17:24

    so far it seems it doesn't work on iOS 9, it stopped working after iOS 7.1.

    As seen here:

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

提交回复
热议问题