diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-24 10:06:27 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-24 10:06:27 +0100 |
| commit | e3d1347dfea17d771f2e996a462438ff0d04ce2a (patch) | |
| tree | 584bcdf90f4e095b078218ee87622b581878fc53 | |
| parent | 3960ec456021910ead8f4e65e59d4e764442822b (diff) | |
| download | snap-e3d1347dfea17d771f2e996a462438ff0d04ce2a.tar.gz snap-e3d1347dfea17d771f2e996a462438ff0d04ce2a.zip | |
mobile: set orientation to landscape as default
| -rw-r--r-- | config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
