Skip to content

Commit

Permalink
feat: Add iOS launch screen configuration
Browse files Browse the repository at this point in the history
- Enabled iOS web app capability with `apple-mobile-web-app-capable` meta tag.
- Added `apple-touch-startup-image` linking to the app's logo for the launch screen.

These changes enhance the user experience for iOS users by providing a seamless launch screen during app startup.
  • Loading branch information
do0ori committed Jan 28, 2025
1 parent ab005ff commit 24db243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
content="Boost your productivity with Visual Timer. Create various timers effortlessly, from simple basic timers to routine timers for sequential execution. | 생산성을 높여주는 비주얼 타이머. 간단한 기본 타이머부터 순서대로 실행되는 루틴 타이머까지 손쉽게 타이머를 생성하세요."
/>
<meta name="twitter:image" content="https://do0ori.github.io/visual-timer/logo500.png" />

<!-- iOS Launch Screen Image -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo500.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down

0 comments on commit 24db243

Please # to comment.