I am making an phone gap android application for screen size 3.5 inches to 5.3 inches but screen resolution is creating problem in creating UI.Can anybody help that for which resolution i will create my UI which is applicable to all screen size for 3.5 to 5.3 inches??
Please help me..Thanks in advance!!
I am making an phone gap android application for screen size 3.5 inches to
Share
You should try to make a fluid layout using phonegap. Try to use percentages and relative mesures.
Also have in mind that in a mobile application you have to account for pixel density and etc.
See the viewport tag also, the following will make a non resizing, full screen application: