We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb361e1 + d948739 commit cb483d0Copy full SHA for cb483d0
src/view/misc/web_app.jsx
@@ -45,7 +45,7 @@ class WebApp extends Component {
45
{tileIcon ? <meta name="msapplication-TileImage" content={tileIcon} /> : null}
46
{themeColor ? <meta name="msapplication-TileColor" content={themeColor} /> : null}
47
{/* iOS home screen launcher */}
48
- <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="mobile-web-app-capable" content="yes" />
49
<meta name="apple-mobile-web-app-title" content={name} />
50
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
51
{icons.map((icon) => (
0 commit comments