iphone - PhoneGap disable iPad support -
i have iphone support application.
as far can see phonegap documentation, 1 can set handset
option in target-device
:
<preference name="target-device" value="handset" />
but not work. after build (i build application locally on machine), see devices
set universal
in deployment info
of project.
how disable ipad support?
this functionality added in cordova-lib-0.21.8-dev according https://issues.apache.org/jira/browse/cb-7118 has been resolved. i've tested cordova 4.2.0 , appears working correctly.
Comments
Post a Comment