[TIMOB-24326] Windows Phone: Window title is not showing
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2019-01-02T03:32:14.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Mostafizur Rahman |
| Assignee | Kota Iguchi |
| Created | 2017-01-18T19:16:39.000+0000 |
| Updated | 2019-05-09T06:47:22.000+0000 |
Description
Hello,
We have tried to add a title on any window for windows phone but Window title is not showing for windows phone.
*Testing Environment:*
Appcelerator Studio, build: 4.8.0.201611121409
SDK: 6.0.1.GA
Appcelerator Command-Line Interface, version 6.1.0
Windows emulator: 8.1 WVGA 4 inch 512MB
*Testing Code*
index.xml
<Alloy>
<Window class="container" title="Hello Window">
</Window>
</Alloy>
index.js
$.index.open();
Although I have tried for TabGroup.
*Testing Result*
Window title is not showing for windows phone.
Attachments
| File | Date | Size |
|---|---|---|
| bv.png | 2017-01-18T19:15:36.000+0000 | 47308 |
Confirmed that the Windows 10 Mobile does not changes the appearance of Window title even when [ApplicationView.Title](https://docs.microsoft.com/en-us/uwp/api/windows.ui.viewmanagement.applicationview.title#Windows_UI_ViewManagement_ApplicationView_Title) property is updated. So I would resolve this as "Won't Fix" because this is native behavior on Windows 10 Mobile.