intel/webapps-todo-list

[tizen] different orientation for wrt compared to xwalk

davidmaxwaterman opened this issue · 1 comments

when launching the app, the wrt version seems to launch in landscape mode while xwalk seems to launch in portrait mode; which is a bit unexpected - I had thought they both suffered the same orientation problems and so would behave similarly (even if wrong).

crosswalk-1.29.4.1-0.i586 on Tizen_handset-blackbay-tizen-2.1-mobile_20130826.1

config.xml has:

<tizen:setting screen-orientation="landscape" contextmenu="enable"/>

which probably explains it. You can't do this in Crosswalk.

I think we can close this.