Ionic + React accounts android app and PWA
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

32 lignes
935 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Ionic App</title>
  6. <base href="/" />
  7. <meta name="color-scheme" content="light dark" />
  8. <meta
  9. name="viewport"
  10. content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
  11. />
  12. <meta name="format-detection" content="telephone=no" />
  13. <meta name="msapplication-tap-highlight" content="no" />
  14. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  15. <link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/assets/icon/favicon.png" />
  16. <!-- add to homescreen for ios -->
  17. <meta name="apple-mobile-web-app-capable" content="yes" />
  18. <meta name="apple-mobile-web-app-title" content="Ionic App" />
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  20. </head>
  21. <body>
  22. <div id="root"></div>
  23. </body>
  24. </html>