Commit ddb151c5df8e27b1a63c9d12571b45043437689f
1 parent
4812b3c5
Exists in
master
and in
2 other branches
Ticket #70: Disable screen rotation
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
ConfJuvApp/config.xml
... | ... | @@ -13,6 +13,7 @@ |
13 | 13 | <preference name="BackupWebStorage" value="none"/> |
14 | 14 | <preference name="SplashScreen" value="screen"/> |
15 | 15 | <preference name="SplashScreenDelay" value="3000"/> |
16 | + <preference name="orientation" value="portrait" /> | |
16 | 17 | <feature name="StatusBar"> |
17 | 18 | <param name="ios-package" value="CDVStatusBar" onload="true"/> |
18 | 19 | </feature> | ... | ... |