-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
31 lines (31 loc) · 1.4 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.games.mrharpreets.wtm" version="1.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Gurbani Bodh</name>
<description>
A simple quiz based application to understand meaning of Gurbani words and lines.
</description>
<author email="[email protected]" href="http://cordova.io">
Harpreet Singh
</author>
<content src="index.html"/>
<access origin="127.0.0.1"/>
<preference name="Orientation" value="portrait"/>
<preference name="KeepRunning" value="false"/>
<preference name="AndroidLaunchMode" value="singleInstance"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="SplashScreen" value="screen"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
<platform name="android">
<splash src="www/img/splash.png" density="port-hdpi"/>
<splash src="www/img/splash.png" density="port-ldpi"/>
<splash src="www/img/splash.png" density="port-mdpi"/>
<splash src="www/img/splash.png" density="port-xhdpi"/>
</platform>
<icon src="res/icon/icon.png" />
<preference name="AutoHideSplashScreen" value="true" />
</widget>