[TIMOB-136] status bar translucent at loading but not once loaded
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-04-15T02:24:11.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Kevin Holland |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T02:24:10.000+0000 |
| Updated | 2017-03-09T21:09:26.000+0000 |
Description
I have set my apps status bar as translucent_black and it works fine at first but then it reverts back to opaque gray when the main index loads. Just curious if this is a bug or perhaps i'm not using it correctly i also tried putting it inside the window node as well, no success.
tiapp.xml
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.titaniumdev.xxxx</id>
<name>xxxxxxxxx</name>
<version>1.0</version>
<icon>appicon.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>translucent_black</statusbar-style>
<windows>
<window>
<id>authentication</id>
<url>auth.html</url>
<backgroundImage>images/background1.png</backgroundImage>
<fullscreen>false</fullscreen>
</window>
</windows>
</ti:app>
index (nothing special)
<html>
<head>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript" src="auth.js"></script>
<link href="auth.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>
testing
</p>
</body>
</html>
boo sorry still getting used to the formatter.
@@@ tiapp.xml <?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org"">http://ti.appcelerator.org">
</ti:app>
housekeeping, closing as invalid
Closing ticket as invalid.