[TIMOB-3828] Android: Orientation - all kinds of bad behavior on Xoom 3.0
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-11-05T13:46:42.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Sprint 2011-26, Release 1.7.2, Release 1.8.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Thomas Huelbert |
| Assignee | Opie Cyrus |
| Created | 2011-04-29T16:15:00.000+0000 |
| Updated | 2011-11-05T13:46:42.000+0000 |
Description
1. Phone > orientation in landscape
2. note how it loads
results: loads in portrait orientation
3.rotate 90 degrees
results: nothing
4.rotate 90 degrees
results: app rotates to landscape and reports itself as such (device is being held in upside down portrait)
expected: app to report back device orientation, and to reflect orientation the device is being held in.
It seems the android tablets (including the galaxy) support more than the usual 2 orientation modes on android phones.
This is the original issue.
Fixed by TIMOB-4504
Closing, new behavior is: Steps 1-2: Xoom loads in landscape, KS reports as such. Step 3: rotating either way works as expected with "portrait" reported. Step 4: device rotates as expected and reports as expected. Verified with SDKs 1.7.2 r3d44999e and 1.8.0 r4b694252.
Standardizing summary and labels.