iPad WebApp Full Screen in Safari

前端 未结 6 1500
面向向阳花
面向向阳花 2020-12-07 12:21

Apple says in the Safari HTML reference that the below code is supposed to make the the web-app full screen on iPhone OS 2.1 and later.

 

        
6条回答
  •  庸人自扰
    2020-12-07 12:34

    Looks like most of the answers on this thread have not kept up. iOS Safari on iPads have fullscreen support now and it's very easy to implement using javascript.

    Here's my full article on how to implement fullscreen capability on your web app.

提交回复
热议问题