mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-09 14:37:55 -05:00
[www] Use default PhoneGap version and document how to specify one.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<preference name="permissions" value="none"/>
|
||||
|
||||
<!-- Customize your app and platform with the preference element. -->
|
||||
<preference name="phonegap-version" value="3.5.0" /> <!-- all: current version of PhoneGap -->
|
||||
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
|
||||
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
|
||||
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
|
||||
@@ -39,6 +38,10 @@
|
||||
<preference name="disable-cursor" value="false" /> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
|
||||
<preference name="android-minSdkVersion" value="7" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
|
||||
<preference name="android-installLocation" value="auto" /> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
|
||||
<!--
|
||||
Define a specific version of PhoneGap to build into your app.
|
||||
<preference name="phonegap-version" value="3.5.0" />
|
||||
-->
|
||||
|
||||
<!-- Plugins -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user