I am building a prank game that simulate the mobile home screen.
I have identify the window size using;
var windowSize = cc.winSize;
I want to lay the images of icons in a grid that found in home screen eg, mail, camera, pictures etc.
I have to resize these images to a size consistence with the actual mobile home screen so that it looks similar to the actual home screen.
The problem I am facing is, how to identify actual with and height of icon in the users phone ?