I am a wen developer, I have now started a new project for the mobile platform using jquery mobile.
我是一名开发人员,现在我已经开始使用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 .
作为Web开发人员,我知道处理不同的分辨率和屏幕尺寸非常麻烦,我也知道最流行的解决方案是设计应用程序以获得修复大小并在应用程序的左右两侧添加空闲间距。据我所知,在web开发中这个1024 X 768。
What is the equivalent to the mobile platform?
什么是移动平台?
Thank you
谢谢
1 个解决方案
#1
1
jQM is designed to be flexible for Mobile and Tablet design.
jQM旨在为移动和平板电脑设计提供灵活性。
If you need to target a particular resolution you can run a media query, Docs here:
如果您需要定位特定分辨率,则可以运行媒体查询,此处的文档:
- http://jquerymobile.com/demos/1.0b1/docs/api/mediahelpers.html
- http://jquerymobile.com/demos/1.0b1/docs/api/mediahelpers.html
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
如果您在移动设备或平板电脑设备上查看jQm演示站点(此处),两者的标记相同,并且jQM为每种设备类型呈现网站
#1
1
jQM is designed to be flexible for Mobile and Tablet design.
jQM旨在为移动和平板电脑设计提供灵活性。
If you need to target a particular resolution you can run a media query, Docs here:
如果您需要定位特定分辨率,则可以运行媒体查询,此处的文档:
- http://jquerymobile.com/demos/1.0b1/docs/api/mediahelpers.html
- http://jquerymobile.com/demos/1.0b1/docs/api/mediahelpers.html
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
如果您在移动设备或平板电脑设备上查看jQm演示站点(此处),两者的标记相同,并且jQM为每种设备类型呈现网站