I change name tag in config.xml and then emulate it but still it showing old name HelloCordova.
Can somebody help me and tell me what I am missing
I change name tag in config.xml and then emulate it but still it showing old name HelloCordova.
Can somebody help me and tell me what I am missing
What stands in the title-tag of your index.html?
If i am not mistaken after you change the config file you have to run
ionic platform remove [android or ios]
and then
ionic platform add [android or ios]
Let me know if this helps
Thank you, that’s work out