Skip to content

Commit e18a60b

Browse files
author
Mr.Niranam
committed
config v.1.1.0
Edit full screen and core plugins
1 parent dd657aa commit e18a60b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

config.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<widget xmlns = "http://www.w3.org/ns/widgets"
55
xmlns:gap = "http://phonegap.com/ns/1.0"
66
id = "com.phonegap.netpiechat"
7-
version = "1.0.0">
7+
version = "1.1.0">
88

99
<name>Netpie Chat</name>
1010

@@ -26,7 +26,7 @@
2626
<!-- Customize your app and platform with the preference element. -->
2727
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
2828
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
29-
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
29+
<preference name="fullscreen" value="false" /> <!-- all: hides the status bar at the top of the screen -->
3030
<preference name="webviewbounce" value="true" /> <!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
3131
<preference name="prerendered-icon" value="true" /> <!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
3232
<preference name="stay-in-webview" value="false" /> <!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
@@ -46,17 +46,11 @@
4646

4747
<!-- Core plugins -->
4848
<gap:plugin name="org.apache.cordova.battery-status" />
49-
<gap:plugin name="org.apache.cordova.media-capture" />
5049
<gap:plugin name="org.apache.cordova.console" />
5150
<gap:plugin name="org.apache.cordova.device" />
52-
<gap:plugin name="org.apache.cordova.device-motion" />
53-
<gap:plugin name="org.apache.cordova.device-orientation" />
5451
<gap:plugin name="org.apache.cordova.dialogs" />
5552
<gap:plugin name="org.apache.cordova.inappbrowser" />
56-
<gap:plugin name="org.apache.cordova.media" />
5753
<gap:plugin name="org.apache.cordova.network-information" />
58-
<gap:plugin name="org.apache.cordova.splashscreen" />
59-
<gap:plugin name="org.apache.cordova.vibration" />
6054

6155
<!-- Third party plugins -->
6256
<!-- A list of available plugins are available at https://build.phonegap.com/plugins -->
@@ -125,4 +119,4 @@
125119
<allow-intent href="itms-apps:*" />
126120
</platform>
127121

128-
</widget>
122+
</widget>

0 commit comments

Comments
 (0)