I have recently upgraded my cordova app to 1.3. I am unable to get the app to build using my desired icon, and instead it uses the default meteor logo. It always used to work correctly before the upgrade. I noticed a warning message indicating that android_ldpi is now deprecated, so I have removed it from my mobile-config.
Is there any issue with the above code? I have confirmed that the icons are genuinely at the correct path.
I realise there are a few threads that discuss this issue, but I’m struggling to find a solution.
Additionally, when going to the multi-tasking menu (i.e. where I can swipe windows to close apps), the window pane there is black and uses the meteor logo. Is it possible to change these as well?
@martijnwalraven apologies, would you be able to provide any help with this?
I have since added icons for android_xxhdpi, and android_xxxhdpi as well, but the app is still using the meteor logo when I build it on android. It works fine on iOS.
Hello i have the same problem but it doesn’t happen on every phones… i read u fixed the problem withh xxx icons but where ccan i find the size of it ?
It seems that both icons and splashscreens must be defined… otherwise neither one will work!
Having created all the splashscreens, now everything is fine. But… why???