You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.xml
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<widget xmlns = "http://www.w3.org/ns/widgets"
5
5
xmlns:gap = "http://phonegap.com/ns/1.0"
6
6
id = "com.phonegap.netpiechat"
7
-
version = "1.0.0">
7
+
version = "1.1.0">
8
8
9
9
<name>Netpie Chat</name>
10
10
@@ -26,7 +26,7 @@
26
26
<!-- Customize your app and platform with the preference element. -->
27
27
<preferencename="orientation"value="default" /> <!-- all: default means both landscape and portrait are enabled -->
28
28
<preferencename="target-device"value="universal" /> <!-- all: possible values handset, tablet, or universal -->
29
-
<preferencename="fullscreen"value="true" /> <!-- all: hides the status bar at the top of the screen -->
29
+
<preferencename="fullscreen"value="false" /> <!-- all: hides the status bar at the top of the screen -->
30
30
<preferencename="webviewbounce"value="true" /> <!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
31
31
<preferencename="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 -->
32
32
<preferencename="stay-in-webview"value="false" /> <!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
0 commit comments