Hide Safari address bar and footer
问题 On my jQuery Mobile project I'm using the following code: <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"> I'm getting the Safari browser address bar and nav footer. How can I hide those so I can just have my app showing? 回答1: You can setup a few meta tags to tell iOS that your site can be added to the Home Screen as a web app. Once launched from there, all of the Safari elements are hidden. Check out the section titled "Hiding Safari User Interface