android - Added icons in manifest.json but got no icon in splash screen -


my demo not finished yet can find here: https://frp.im/dev/timedrops/target/

{   "short_name": "timedrops",   "name": "timedrops",   "icons": [     {       "src": "drop-128x128.png",       "sizes": "128x128"     },     {       "src": "drop-96x96.png",       "sizes": "96x96"     }   ],   "start_url": "index.html",   "display": "standalone",   "orientation": "portrait",   "background_color": "#3e4eb8",   "background_color": "#3e4eb8"  } 

i followed steps of creating progressive web apps , tried add splash screen first, failed display icon. checked https, still not working in https. went though examples , json right. why can't see icons?

searched several posts , digged docs, seems need 192x192 icon... why doesn't throw warnings...

https://developer.chrome.com/multidevice/android/installtohomescreen https://developers.google.com/web/updates/2015/10/splashscreen


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -