Skip to content

[html] 第491天 如何在IOS下启用WebApp全屏模式? #2794

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第491天 如何在IOS下启用WebApp全屏模式?

3+1官网

我也要出题

Activity

kwokonwoo

kwokonwoo commented on Aug 19, 2020

@kwokonwoo

手机端打开Web检查器,Mac端接入手机,打开Safari开发模式。
设置<meta>标签:
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
然后将网站添加到主屏幕,点击将以全屏模式启动。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@kwokonwoo

        Issue actions

          [html] 第491天 如何在IOS下启用WebApp全屏模式? · Issue #2794 · haizlin/fe-interview