[TIMOB-9355] iOS: Splash Screen Orientation - Status Bar not shown in initial portrait mode on launching application with device's top pointing right
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-12T19:08:43.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, qe-ios060112 |
Reporter | Neha Chhabra |
Assignee | Eric Merriman |
Created | 2012-06-04T05:47:43.000+0000 |
Updated | 2017-06-12T19:08:43.000+0000 |
Description
Status Bar not showing up in initial portrait mode on launching application with device's top pointing right
This is not a Regression.It occurs as far back as 1.8.2.
Steps to Reproduce:
1. Install the app on to the device.
2. Hold device so that top is pointing right and launch app.
Tiapp.xml
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<property name="acs-oauth-secret-production" type="string">DwBK5b3ufGF5vXxyOsKA3vFoTU5Zz57B</property>
<property name="acs-oauth-key-production" type="string">VD0OGSAiDF2brq0xOz9R2qU4LoMsPCft</property>
<property name="acs-api-key-production" type="string">uiWZpJES61rNzdcs1ArliavxyMRosHVS</property>
<property name="acs-oauth-secret-development" type="string">DC6qNSt0uYTva5S37to9c5UXBRhQytwo</property>
<property name="acs-oauth-key-development" type="string">RJF3UjU1KSCwzL7z8ibT7ghI0r10VTyj</property>
<property name="acs-api-key-development" type="string">B03zamhggNfSqVaeP98PjIVqFulnnqMa</property>
<deployment-targets>
<target device="mobileweb">true</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
<target device="android">true</target>
<target device="blackberry">false</target>
</deployment-targets>
<sdk-version>2.1.0.v20120602010244</sdk-version>
<id>com.appcelerator.test3</id>
<name>test3</name>
<version>1.0</version>
<publisher>neha.chhabra</publisher>
<url>http://</url>
<description>not specified</description>
<copyright>2012 by neha.chhabra</copyright>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>35ab985c-6ac1-4854-8573-772a215ef582</guid>
<property name="ti.ui.defaultunit">system</property>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.PORTRAIT</orientation>
<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<modules>
<module platform="commonjs" version="2.0.5">ti.cloud</module>
</modules>
</ti:app>
Expected Result:
Splash screen and status bar launches in portrait mode and then the status bar is in landscape left mode
Actual Result:
Splash screen launches in portrait mode but status bar launches in landscape left mode
Closing ticket due to the time passed, lack of information and lack of progress. Any problems, please file a new ticket.