-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.xml
25 lines (15 loc) · 818 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="nl.webpro.responsive-hybrid-web-apps" version="dev">
<name>Responsive & Hybrid Web Apps Demo</name>
<description>Responsive & Hybrid Web Apps Demo</description>
<author href="http://webpro.nl" email="[email protected]">Lars Kappert</author>
<content src="dist/index.html"/>
<access origin="*"/>
<preference name="phonegap-version" value="2.5.0" />
<preference name="target-device" value="universal" />
<preference name="orientation" value="default"/>
<preference name="fullscreen" value="false" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="false" />
<feature name="http://api.phonegap.com/1.0/network"/>
</widget>