2017-10-31 1 views

Antwort

0

Sie müssen es für die Öffentlichkeit \ manifest.json Datei hinzufügen

{ 
    "short_name": "React App", 
    "name": "Create React App Sample", 
    "icons": [ 
    { 
     "src": "favicon.ico", 
     "sizes": "192x192", 
     "type": "image/png" 
    } 
    ], 
    "start_url": "./index.html", 
    "display": "standalone", 
    "theme_color": "#000000", 
    "background_color": "#ffffff" 
} 

https://developers.google.com/web/fundamentals/web-app-manifest/

+0

actully ich arbeite mit reagieren. Es gibt keinen Kopf im Reaktionsprojekt. –

+0

ah, natürlich. Es tut uns leid. Sie müssen es in die Öffentlichkeit/Manifest.json für die Reaktion setzen. –

+0

Sir ich implementieren, denke, aber es funktioniert nicht richtig –

Verwandte Themen