Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit f65f93a

Browse files
committed
add config.xml to project root
1 parent 5e99f21 commit f65f93a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<widget id="com.ionicframework.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<name>StarterApp</name>
4+
<description>
5+
A sample Ionic Framework app using Cordova and AngularJS
6+
</description>
7+
<author email="[email protected]" href="http://ionicframework.com/">
8+
Ionic Framework Team
9+
</author>
10+
<content src="index.html" />
11+
<access origin="*" />
12+
<preference name="fullscreen" value="true" />
13+
<preference name="webviewbounce" value="false" />
14+
<preference name="UIWebViewBounce" value="false" />
15+
<preference name="DisallowOverscroll" value="true" />
16+
</widget>

0 commit comments

Comments
 (0)