Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone Settings #6

Open
AlexHedley opened this issue May 9, 2023 · 0 comments
Open

iPhone Settings #6

AlexHedley opened this issue May 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexHedley
Copy link
Collaborator

AlexHedley commented May 9, 2023

iPhone Web App

https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

Specifying a Launch Screen Image

<link rel="apple-touch-startup-image" href="/launch.png">

https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/launch-screen

Hiding Safari User Interface Components

<meta name="apple-mobile-web-app-capable" content="yes">

Changing the Status Bar Appearance

<meta name="apple-mobile-web-app-status-bar-style" content="black">

  • default
  • black
  • black-translucent

https://blog.expo.dev/enabling-ios-splash-screens-for-progressive-web-apps-34f06f096e5c

Title

the Apple docs on touch icons

On iOS, you can specify a web application title for the launch icon. By default, the tag is used. To set a different title, add a meta tag to the webpage, as in:

<meta name="apple-mobile-web-app-title" content="AppTitle">

@alex-hedley alex-hedley added the enhancement New feature or request label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants