我使用phonegap build来构建适用于iOS,Android和Windows的应用程序。 我如何指定(在config.xml中)可能只为平板电脑构建phonegap构建版本,或者仅为智能手机或所有三个平台构建两者?
答案 0 :(得分:2)
对于iOS,您可以将target-device
preference设置为"手机"在config.xml中:
<preference name="target-device" value="handset" />
对于Android,您需要edit the manifest中的hook ... ... after_prepare
或after_platform_add
对于Windows ......哼......小丑!