Skip to content

Commit 1365c2d

Browse files
committed
refactor: rename deprecated apple-mobile-web-app-capable to mobile-web-app-capable
1 parent ad6d6c2 commit 1365c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/>
1818

1919
<!-- Apple PWA Support -->
20-
<meta name="apple-mobile-web-app-capable" content="yes" />
20+
<meta name="mobile-web-app-capable" content="yes" />
2121
<meta
2222
name="apple-mobile-web-app-status-bar-style"
2323
content="black-translucent"

src/content/blog/2019-07-progressive-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Die erste Zeile teilt iOS-Geräten mit, dass die Webanwendung als App genutzt we
144144
```html
145145
<head>
146146
<!-- ... -->
147-
<meta name="apple-mobile-web-app-capable" content="yes">
147+
<meta name="mobile-web-app-capable" content="yes">
148148
<!-- ... -->
149149
<link href="assets/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
150150
<link href="assets/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">

0 commit comments

Comments
 (0)