Skip to content

Commit 068b88e

Browse files
committed
Prevented portrait mode.
Bumped the version numbers.
1 parent 4c81709 commit 068b88e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gwt-cordova/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>nl.ru.languageininteraction</groupId>
1010
<artifactId>languagememorygame</artifactId>
1111
<packaging>war</packaging>
12-
<version>0.1.324-testing</version>
12+
<version>0.1.326-testing</version>
1313
<name>Language Memory Game</name>
1414
<organization>
1515
<name>Language In Interaction</name>

gwt-cordova/setup-cordova.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#mvn install
22
cd target
3-
appname=languagememorygame-0.1.324-testing
3+
appname=languagememorygame-0.1.326-testing
44
rm -rf $appname-cordova
55
unzip $appname-cordova.zip -d $appname-cordova
66
cd $appname-cordova

gwt-cordova/src/main/cordova/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<preference name="permissions" value="none"/>
1919

2020
<preference name="phonegap-version" value="3.6.3" /> <!-- all: current version of PhoneGap -->
21-
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
21+
<preference name="orientation" value="landscape" /> <!-- all: default means both landscape and portrait are enabled -->
2222
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
2323
<preference name="fullscreen" value="true" /> <!-- all: hides the status bar at the top of the screen -->
2424
<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 -->

0 commit comments

Comments
 (0)