Please help me , (client is shouting me )
Thanks in Advance
Siraj
Unfortunately, there's not really enough in your post to help you significantly. I will give you some reasons why an app starts up with a blank screen, but I have no idea if any of those will apply to your situation. To help, you can share JavaScript and device console logs along with your config.xml, index.html, and the code that you're using to start your app. You can strike out any identifying information if you like.
Reasons for app startup failure:
Note that the emulator is far from a perfect guarantee that your app will function correctly -- as you are now learning. Manufacturers also often supply their own "special sauce", and sometimes this can also get in the way of our apps functioning correctly. I suggest using the Crosswalk Plugin (https://www.npmjs.com/package/cordova-plugin-crosswalk-webview) to help mitigate those issues.
I hope that helps, and if you post more information, perhaps we can narrow down the cause of the failure.