mirror of
https://github.com/phonegap/phonegap-start.git
synced 2026-01-09 14:37:55 -05:00
config.xml changes
- no confusing, unimplemented gap:platform tags - real orientation, not pref=autorotate
This commit is contained in:
10
config.xml
10
config.xml
@@ -15,18 +15,10 @@
|
||||
Andrew Lunny
|
||||
</author>
|
||||
|
||||
<gap:platforms>
|
||||
<gap:platform name="android" minVersion="2.1" />
|
||||
<gap:platform name="webos" />
|
||||
<gap:platform name="symbian.wrt" />
|
||||
<gap:platform name="blackberry" project="widgets"/>
|
||||
</gap:platforms>
|
||||
|
||||
<icon src="icon.png" gap:role="default" />
|
||||
|
||||
<feature name="http://api.phonegap.com/1.0/geolocation"/>
|
||||
<feature name="http://api.phonegap.com/1.0/network"/>
|
||||
|
||||
<!-- sample preference specification -->
|
||||
<!-- <preference name="autorotate" value="false" readonly="true"/> -->
|
||||
<preference name="orientation" value="portrait" />
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user