I am a wen developer, I have now started a new project for the mobile platform using jquery mobile.
As a web developer I know that handling different resolutions and screen sizes is quite a pain, I also know that the most popular solution is to design your application for a fix size and add free spacing to the right and left of the application. As much as I know in web development this 1024 X 768 .
What is the equivalent to the mobile platform?
Thank you
jQM is designed to be flexible for Mobile and Tablet design.
If you need to target a particular resolution you can run a media query, Docs here:
If you look at the jQm Demo site (here) on a Mobile or Tablet device, the markup is the same for both and jQM renders the site for each device type