I am using Sencha Touch and have my own animated splash screen there. I don't want to have default Corodva splash screen. I am using all latest version of sencha-cmd, corodva etc.
I tried a lot of things, - removing splash images from /Resources folder in xcode project. - changing cordova/config.xml to remove any splashscreen preferences - changing app.js file to remove any startup images reference.
but strangely I am not able to get rid of cordova splash screen (though I can replace it with any image i want), what could be the issue?
Please help.