Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24326] Windows Phone: Window title is not showing

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2019-01-02T03:32:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterMostafizur Rahman
AssigneeKota Iguchi
Created2017-01-18T19:16:39.000+0000
Updated2019-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

FileDateSize
bv.png2017-01-18T19:15:36.000+000047308

Comments

  1. Kota Iguchi 2019-01-02

    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.

JSON Source