scaling/orientation issue
davidmaxwaterman opened this issue · 4 comments
davidmaxwaterman commented
This app's rotation code needs some attention - it has a different layout for the different orientations, but it seems to remain in portrait (on one platform, but it seems to work ok on chrome)..a missing @media rule?
Consider changing to same code as calculator (which also has two layouts).
townxelliot commented
I'll have a look at this.
townxelliot commented
Which platform needs attention? Crosswalk Android or Crosswalk Tizen?
townxelliot commented
There's some code in todo.js L1401 to lock the orientation to portrait if the device supports orientationchange events. I will try modifying this.
davidmaxwaterman commented
still current