アプリアイコンを実機で確認する
アプリのアイコンデザインを実機で確認する方法が探してもあまり見つからず,これまではIkonicaというアプリがあったのですが何故かなくなっていたので,備忘録として残します.
用意するもの
- サーバー
- iPhoneやAndroidなどの端末
準備
サイズは大きいほどいいですが今回は180*180pxでアイコンを用意します.
サーバにアップロード
htmlを記述する
同じ階層にhtmlファイルを作成し,以下のように記述してください.
index.html
<html>
<head>
<link rel="apple-touch-icon" href="icon.png" sizes="180x180">
</head>
</html>
細かい設定はこちらのサイト様を参考してください.
https://mamewaza.com/support/blog/favicon2017.html
実機でアクセスし,ホーム画面に追加する
成功
Author And Source
この問題について(アプリアイコンを実機で確認する), 我々は、より多くの情報をここで見つけました https://qiita.com/ryoskelenburg/items/540b3184355ef8eaff14著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .