Skip to content

Commit cb483d0

Browse files
authored
Merge pull request #75 from zhoujunjie221/patch-1
fix: replace deprecated iOS meta tag with W3C-standard PWA declaration
2 parents cb361e1 + d948739 commit cb483d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/misc/web_app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WebApp extends Component {
4545
{tileIcon ? <meta name="msapplication-TileImage" content={tileIcon} /> : null}
4646
{themeColor ? <meta name="msapplication-TileColor" content={themeColor} /> : null}
4747
{/* iOS home screen launcher */}
48-
<meta name="apple-mobile-web-app-capable" content="yes" />
48+
<meta name="mobile-web-app-capable" content="yes" />
4949
<meta name="apple-mobile-web-app-title" content={name} />
5050
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
5151
{icons.map((icon) => (

0 commit comments

Comments
 (0)