Icons and Splash Screen
-
How do I generate icons and splash screen for a Quasar application?
-
Hi,
By icons do you mean local font material icons? If yes, Iām facing weird issues myself (shows up just text instead of icons). If not, check this: https://cordova.apache.org/docs/en/latest/config_ref/images.html
About splash screens, have you tried cordova api?
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/ -
@xereda https://makeappicon.com/ might help you generate icons at all sizes. Also then follow links posted by @joaopaulofilho
-
@joaopaulofilho Uninstall Roboto if you have it locally installed into your OS. This is an issue on Chrome. Also make sure that your project repo has latest
material-design-icons
. -
Thank you, will do this and reply to you as soon as possible.
-
-
@rstoenescu Does it generate to cordova?
-
@xereda It just generates the icons for all screen resolutions and all platforms. Take a look at Quasar Play which has an example for Android: https://github.com/quasarframework/quasar-play/tree/dev/cordova/res/android and https://github.com/quasarframework/quasar-play/blob/dev/cordova/config.xml#L10-L17
-
Also, for Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html