-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
24 lines (22 loc) · 894 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="ru.kntdr.kntdr" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="Orientation" value="portrait" />
<preference name="Orientation" value="portrait" />
<preference name="DisallowOverscroll" value="true"/>
<preference name="HideKeyboardFormAccessoryBar" value="true"/>
<name>Kontador</name>
<description>
Bike tracker with routes.
</description>
<author email="[email protected]" href="http://kntdr.ru">
Vanya Klimenko, Phil Romanov
</author>
<content src="index.html" />
<access origin="*" />
<plugins>
<plugin name="org.apache.cordova.dialogs" />
</plugins>
<feature name="Notification">
<param name="ios-package" value="org.apache.cordova.dialogs.Notification" />
</feature>
</widget>