Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我花了两天时间学习 Phonegap-iOS 教程来处理 iOS 设备(iPhone4、iPhone5、iPad 等)的不同屏幕尺寸。我还没有找到任何好的教程。
我将不胜感激。如果有人对如何实现它有任何想法,请告诉我。
谢谢,尼丁。
如果我没记错的话,您一定是在使用 HTML5 开发您的首页?如果是这样,以 % 为单位给出元素的高度和宽度。您的页面将根据屏幕大小自动调整大小。搜索响应式网页设计,你会得到很多要阅读的东西。另一种解决方案是使用媒体查询。