I am trying to use a splashscreen for ionic app. I have tested this in the browser and it looks fine. But when I port it to Android phones, the background image gets chopped. I have tested this on
MOTO G - resolution 720x1280
SAMSUNG GALAXY S2 - 480x360
We tried putting images with the above resolution and also the standard android resolution for HDPI[High density pixel intensity] 640x920. None of these seems to fit right. Does ionic has any standard resolution that automatically gets adjusted depending on the screen size?
Thank you