Advertisement
Karellism

Apple Web App Meta

Mar 27th, 2019 (edited)
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.41 KB | None | 0 0
  1. <!-- Apple Touch Icon (at least 200x200px) -->
  2. <link rel="apple-touch-icon" href="/custom-icon.png">
  3.  
  4. <!-- To run web application in full-screen -->
  5. <meta name="apple-mobile-web-app-capable" content="yes">
  6.  
  7. <!-- Status Bar Style (see Supported Meta Tags below for available values) -->
  8. <!-- Has no effect unless you have the previous meta tag -->
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement