-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
90 lines (78 loc) · 3.79 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version='1.0' encoding='utf-8'?>
<!--todo fix project setup: plugins are linked to the wrong id-->
<widget id="uk.ac.bris.cs.greendoors.frome" versioncode="7" version="2.0.6" xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Frome Greendoors</name>
<description>
The Greendoors app - in Frome.
</description>
<author email="[email protected]" href="http://sympact.cs.bris.ac.uk">
Dan Schien
</author>
<content src="index.html" />
<!--<feature name="http://api.phonegap.com/1.0/device"/>-->
<!--<gap:plugin name="com.phonegap.plugins.barcodescanner" version="0.6.0"/>-->
<!--<feature name="SplashScreen">-->
<!--<param name="android-package" value="org.apache.cordova.SplashScreen"/>-->
<!--</feature>-->
<!--<feature name="SplashScreen">-->
<!--<param name="ios-package" value="CDVSplashScreen"/>-->
<!--<param name="onload" value="true" />-->
<!--</feature>-->
<!--<feature name="BarcodeScanner">-->
<!--<param name="ios-package" value="CDVBarcodeScanner" />-->
<!--</feature>-->
<!--<feature name="BarcodeScanner">-->
<!--<param name="android-package" value="com.phonegap.plugins.barcodescanner.BarcodeScanner" />-->
<!--</feature>-->
<!--<feature name="SplashScreen">-->
<!--<param name="android-package" value="org.apache.cordova.SplashScreen"/>-->
<!--</feature>-->
<!--<feature name="SplashScreen">-->
<!--<param name="ios-package" value="CDVSplashScreen"/>-->
<!--</feature>-->
<!--<feature name="Geolocation">-->
<!--<param name="android-package" value="org.apache.cordova.GeoBroker"/>-->
<!--</feature>-->
<!--<feature name="Geolocation">-->
<!--<param name="ios-package" value="CDVLocation"/>-->
<!--</feature>-->
<!--<feature name="Notification">-->
<!--<param name="android-package" value="org.apache.cordova.Notification"/>-->
<!--</feature>-->
<!--<feature name="Notification">-->
<!--<param name="ios-package" value="CDVNotification"/>-->
<!--</feature>-->
<!--<feature name="NetworkStatus">-->
<!--<param name="ios-package" value="CDVConnection"/>-->
<!--</feature>-->
<!--<feature name="NetworkStatus">-->
<!--<param name="android-package" value="org.apache.cordova.NetworkManager"/>-->
<!--</feature>-->
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="10000" />
<access origin="*"/>
<access origin="*.eventbrite.co.uk" />
<preference name="permissions" value="none"/>
<preference name="orientation" value="landscape"/>
<!-- set to default for auto, or choose between portrait and landscape-->
<!--<preference name="orientation" value="portrait"/>-->
<preference name="target-device" value="universal"/>
<!--<preference name="fullscreen" value="true"/>-->
<preference name="webviewbounce" value="true"/>
<preference name="prerendered-icon" value="true"/>
<preference name="stay-in-webview" value="false"/>
<preference name="ios-statusbarstyle" value="black-opaque"/>
<preference name="detect-data-types" value="true"/>
<preference name="exit-on-suspend" value="false"/>
<preference name="show-splash-screen-spinner" value="true"/>
<preference name="auto-hide-splash-screen" value="false"/>
<preference name="disable-cursor" value="false"/>
<preference name="android-minSdkVersion" value="10"/>
<preference name="android-installLocation" value="auto"/>
<preference name="AutoHideSplashScreen" value="false"/>
<!-- prevent scroll bounce -->
<!--https://gist.github.com/stonehippo/2344029-->
<preference name="DisallowOverscroll" value="true" />
</widget>