I have just started creating an app in phonegap 5.4.1(the latest one) using CLI, phonegap create unishkuri --id "com.abp.unishkuri" --name "unishkuri" and it has been created successfully under User. In the folder structure I found hooks,platforms,plugins,www and config.xml. platforms and plugins are empty while under www ---> css,img,js,res,spec,icon.png,index.html,spec.html are there. I can add a splash screen from config.xml file. Now, my question is if I want to add a custom loader on splash screen, how will it be possible. Please help me out. Thanks in advance.