Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ホーム画面に追加」の背景を変更することはできますか?.. これは通常、ユーザーが iPhone アプリから開始して、iPhone のホーム画面にカスタム ブックマークを作成します。
これをあなたの中にポップ<head>
<head>
<rel="apple-touch-icon" href="image.png"/>
これは、iPhoneのホーム画面のサムネイルになります。画像は正方形で、サイズは57x57
57x57
使用することもできます
<rel="apple-touch-icon-precomposed" href="image.png"/>
iOSでサムネイルにエフェクトを追加したくない場合。