[TIMOB-23454] Windows: Implement Window.title and titleid
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-06-02T14:06:56.000+0000 |
Affected Version/s | Release 5.3.0 |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | qe-5.4.0 |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2016-05-31T13:58:45.000+0000 |
Updated | 2016-06-29T21:25:51.000+0000 |
Description
Window.title
and titleid
is not implemented on Windows. On phone apps title may not be visible but on Store App it should be visible.
Sample code:
var win = Ti.UI.createWindow({title:'New Window 1'});
win.open();
Expected: On Windows, Window name + Application name (New Window 1 - Application Name
) is set to the title of the Window.
https://github.com/appcelerator/titanium_mobile_windows/pull/724
Verified as fixed, Window.title & titleid properties are supported for Windows Store Apps. Tested on: Windows 10 Pro Windows Phone 10.0 (Microsoft Lumia 640 LTE) Appc Studio: 4.7.0.201606220541 Ti SDK: 5.4.0.v20160627224205 Appc NPM: 4.2.7-2 Appc Core: 5.4.0-20 Node: v4.4.4 *Closing Ticket.*