Skip to content

Commit

Permalink
Remove portrait requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 21, 2014
1 parent cd7bc96 commit 3803af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget
id="com.phonegap.helloworld"
version="1.6"
version="1.6.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
Expand Down Expand Up @@ -41,7 +41,7 @@


<preference name="phonegap-version" value="3.5.0"/>
<preference name="orientation" value="portrait" />
<!--<preference name="orientation" value="portrait" />-->
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<preference name="webviewbounce" value="true" />
Expand Down

0 comments on commit 3803af3

Please sign in to comment.