Skip to content

Commit

Permalink
Splash screens for iOS / Chrome, remove transparency in tile/icon. Fixes
Browse files Browse the repository at this point in the history
 #58

Apple media tags were generated by AppScope (https://appsco.pe/developer/splash-screens)
Based on: https://appsco.pe/developer/splash-screens
  • Loading branch information
Sebazzz committed Nov 5, 2018
1 parent 731e8a1 commit 18e0822
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/App/Views/Home/_appmeta.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<meta name="apple-mobile-web-app-title" content="Financial App">
<meta name="apple-mobile-web-app-capable" content="yes">

@* Generated with AppScope: https://appsco.pe/developer/splash-screens *@
<link href="images/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" asp-append-version="true"/>
<link href="images/splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" asp-append-version="true"/>

<meta name="msapplication-config" content="/images/tiles/manifest-microsoft.xml" />
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-allowDomainApiCalls" content="true">
Expand All @@ -20,6 +29,5 @@
<link href="favicon.ico" rel="favicon"/>
<link rel="apple-touch-icon" href="/images/tiles/apple-tile.png" asp-append-version="true"/>
<link rel="icon" href="/images/tiles/apple-tile.png" asp-append-version="true">
<link rel="apple-touch-startup-image" href="icon.png">

<link rel="manifest" href="/manifest.webmanifest" asp-append-version="true">
Binary file modified src/App/wwwroot/images/Tiles/apple-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/App/wwwroot/images/tiles/tile-base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18e0822

Please sign in to comment.