GithubHelp home page GithubHelp logo

alexhedley / chamboulde-web Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.98 MB

ChamboulDe Web App

Home Page: https://alexhedley.com/ChamboulDe-Web/

License: MIT License

HTML 36.93% CSS 57.19% C# 5.88%
blazor blazor-webassembly wasm

chamboulde-web's Introduction

chamboulde-web's People

Contributors

alexhedley avatar dependabot[bot] avatar

Watchers

 avatar

chamboulde-web's Issues

Icon

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

<link rel="apple-touch-icon" href="/custom_icon.png">

<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="touch-icon-ipad-retina.png">

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

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

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

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

iPhone Settings

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">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.