Phonegap 构建平板电脑 and/or 智能手机

Phonegap build for tablet and/or smartphone

我正在使用 phonegap build 为 iOS、Android 和 Windows 构建我的应用程序。 我如何指定(可能在 config.xml 中)phonegap 构建应该只针对平板电脑构建,或者只针对智能手机构建,或者同时针对所有三个平台构建?

对于 iOS 你可以在 config.xml 中将 target-device preference 设置为 "handset":

<preference name="target-device" value="handset" />

对于 android,您需要 edit the manifest in a cordova hook...喜欢 after_prepareafter_platform_add

为了windows...哼...小丑!