summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-01-24 10:06:27 +0100
committerGubolin <gubolin@fantasymail.de>2015-01-24 10:06:27 +0100
commite3d1347dfea17d771f2e996a462438ff0d04ce2a (patch)
tree584bcdf90f4e095b078218ee87622b581878fc53
parent3960ec456021910ead8f4e65e59d4e764442822b (diff)
downloadsnap-e3d1347dfea17d771f2e996a462438ff0d04ce2a.tar.gz
snap-e3d1347dfea17d771f2e996a462438ff0d04ce2a.zip
mobile: set orientation to landscape as default
-rw-r--r--config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index 36a7bcf..e043129 100644
--- a/config.xml
+++ b/config.xml
@@ -11,5 +11,6 @@
<content src="snap.html" />
<access origin="*" />
<preference name="Fullscreen" value="true" />
+ <preference name="Orientation" value="landscape" />
<icon src="www/snap_logo_sm.png" />
</widget>