Hide Safari address bar and footer

后端 未结 3 1617
长情又很酷
长情又很酷 2021-01-30 02:08

On my jQuery Mobile project I\'m using the following code:


         


        
3条回答
  •  遇见更好的自我
    2021-01-30 02:30

    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 Components" here.

    You can specify start up splash screen images and custom icons for the app as it appears on the home screen.

    
    
    
    
    
    
    
    
    

提交回复
热议问题