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 开发一个 iPad 应用程序(作为一个混合应用程序)。我对此完全陌生。
我在 android 中使用 html5 css 和 js 以及 JqueryMobile 和 phonegap 做了一些示例。还有一些在 Visual Studio 中不使用 Phonegap 的示例。那么,我需要检查在 iPhone 和 iPad 中创建应用程序的具体内容吗?
创建 ipad 应用程序和 iPhone 应用程序一样吗?我需要记下什么?请帮我..
谢谢...
基本上是一样的。如果您要使用 jquery mobile,我想他们会为您处理不同的屏幕尺寸。如果没有,你应该有 2 个不同的 css 文件,一个用于 iPhone,另一个用于 iPad(使用媒体查询),并使用响应式网页设计来调整 UI 以适应不同的屏幕。