Search code examples
androidcordovahybrid-mobile-app

Splash Screen Image gets squashed on S4


I am building a Hybrid app using Cordova.

I have placed different sized splash images in the res drawable folders and It works fine in all major devices but it gets squashed on Samsung Galaxy S4. Any fix to it?


Solution

  • First add 640 × 1136 image (splash screen) to res-> drawable-xhdpi folder in your phonegap android project, i think thats solve your problem,

    enter image description here