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: gwt-cordova/src/main/cordova/config.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<preferencename="permissions"value="none"/>
19
19
20
20
<preferencename="phonegap-version"value="3.6.3" /> <!-- all: current version of PhoneGap -->
21
-
<preferencename="orientation"value="default" /> <!-- all: default means both landscape and portrait are enabled -->
21
+
<preferencename="orientation"value="landscape" /> <!-- all: default means both landscape and portrait are enabled -->
22
22
<preferencename="target-device"value="universal" /> <!-- all: possible values handset, tablet, or universal -->
23
23
<preferencename="fullscreen"value="true" /> <!-- all: hides the status bar at the top of the screen -->
24
24
<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 -->
0 commit comments