Setting Screen Orientation
Setting Screen Orientation

Setting Screen Orientation

Set screen orientation to landscape or portrait mode using XML or Extension Manager.
  • Select the screen orientation by setting the
    screen_orientation
    parameter to
    landscape
    or
    portrait
    in the XML configuration file.
  • Exit and then restart the app.
XML example of setting Screen Orientation.
<WFConnect> <Profile> <screen_orientation>landscape</screen_orientation> </Profile> ... </WFConnect>