You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Firstly, thanks so much for a fantastic plugin. Huge time saver!
I can see that the larger resolution images are not being generated and hence I get no splash screen on the iPhone XS max or X. Here is a list of what is being generated:
newWebappWebpackPlugin({logo: resolve(__dirname,'../src/client/assets/large-icon.png'),favicons: {appName: 'foo',appDescription:
'bar',developerName: null,developerURL: null,// prevent retrieving from the nearest package.jsonbackground: '#00bbd4',theme_color: '#00bbd4',icons: {// Platform Options:// - offset - offset in percentage// - background:// * false - use default// * true - force use default, e.g. set background for Android icons// * color - set background for the specified icons// * mask - apply mask in order to create circle icon (applied by default for firefox). `boolean`// * overlayGlow - apply glow effect after mask has been applied (applied by default for firefox). `boolean`// * overlayShadow - apply drop shadow after mask has been applied .`boolean`//android: true,// Create Android homescreen icon. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`appleIcon: true,// Create Apple touch icons. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`appleStartup: true,// Create Apple startup images. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`coast: false,// Create Opera Coast icon. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`favicons: true,// Create regular favicons. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`firefox: true,// Create Firefox OS icons. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`windows: true,// Create Windows 8 tile icons. `boolean` or `{ offset, background, mask, overlayGlow, overlayShadow }`yandex: false}}}),
...
The text was updated successfully, but these errors were encountered:
Firstly, thanks so much for a fantastic plugin. Huge time saver!
I can see that the larger resolution images are not being generated and hence I get no splash screen on the iPhone XS max or X. Here is a list of what is being generated:
It looks like I am missing:
Appreciate any guidance. My config:
The text was updated successfully, but these errors were encountered: