[AC-286] Screen shrinks when forcefully set the app in landscape mode
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-14T01:11:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Manjula |
Assignee | Shak Hossain |
Created | 2015-08-05T09:30:26.000+0000 |
Updated | 2015-11-14T01:11:10.000+0000 |
Description
I have dashboard screen with many icons with four tabs, clicking the icons will open the seperate windows. Among the icons only one window is set to landscape and others are set in both landscape and portrait mode.
When device is in landscape mode and launching the window(which is set to landscape forcefully), the screen momentarily appears as shrinked in landscape mode and then quickly stretches back to appear normally in landscape mode.
Note : Am not using any setTimeout function before opening the window
Attachments
[~manjudpm] can you please attach a test case and steps to reproduce the issue? thanks
Hello, We Tested this issue using the sample code below. The screen works as expected when forcefully set the app in landscape mode. If you continue get the unexpected screen settings, please post a sample code that we can test. *Test Environments:* CLI Version :4.1.3 Titanium SDK Version:4.1.1.GA, Device:iPad Appc Studio: Appcelerator Studio, build: 4.1.1.201507141126 Alloy: 1.7.6 Mac OS X,Version = 10.10.1. *Test Steps*: * Create a classic project * Run with sample code. *Test Code:*
*Test Result:* Here among of four windows, second window which is set to landscape forcefully) does not shrink. Thanks