使用create-react-app在Chrome的“添加到家庭屏幕”中没有图标

时间:2017-10-04 21:04:19

标签: android google-chrome create-react-app

的manifest.json:

...
"icons": [
  {
    "src": "icon.png",
    "sizes": "42x42",
    "type": "image/png"
  }
],
...

的index.html:

...
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/icon.png">
...

出现图标,但是当我在Android上使用Chrome的“添加到主屏幕”功能时,我无法理解。

可以做些什么?

0 个答案:

没有答案