Skip to content

Commit

Permalink
fix(display): force portrait display everywhere
Browse files Browse the repository at this point in the history
Fixes #77

Fixes #77
  • Loading branch information
MathieuNls committed Nov 9, 2016
1 parent 42e1997 commit bb9e8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<preference name="SplashScreenDelay" value="0"/>
<preference name="FadeSplashScreen" value="false"/>
<preference name="FadeSplashScreenDuration" value="0"/>
<preference name="orientation" value="portrait" />
<preference name="SplashScreenBackgroundColor" value="0xFFFFFFFF"/>
<preference name="SplashScreen" value="screen"/>
<feature name="StatusBar">
Expand Down

0 comments on commit bb9e8cd

Please sign in to comment.