Webアプリを使用していますが、ホーム画面にサイトを追加すると、スプラッシュ画面に問題が発生します。周りを見回して、コード行を削除して再度追加しましたが、まだ機能していません。
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="im/h-apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-startup-image" href="img/loading-splash.png">
それが私の頭のタグにあるものであり、なぜそれが機能しないのかについて私は立ち往生しています。