LoginSignup
8
8

More than 5 years have passed since last update.

iPhoneのSafariでフルスクリーンモードで開くように設定

Posted at

以下のメタタグを入れるだけ。

<meta name="apple-mobile-web-app-capable" content="yes" />

これが指定してあると、一旦Webサイトをホーム画面に追加すると、そこから開いた時にSafariのナビゲーションを表示せずにフルスクリーンで開くことが出来る。
さらに、ホームボタン二度押しでマルチタスクでアプリを選択する時に、Safariとしてではなく一つのアプリとして選択できるのでお得。

参考にしたサイト
http://www.u-ziq.com/blog/2011/01/post_61.html

8
8
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8