[TIMOB-20166] Windows: Window.fullscreen on Windows 10 doesn't work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-12-28T20:48:58.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-12-22T07:41:08.000+0000 |
Updated | 2016-04-14T22:57:21.000+0000 |
Description
Ti.UI.Window.fullscreen
property is not implemented on Windows 10.
var win = Ti.UI.createWindow({
fullscreen: true
});
win.open();
Verified as fixed,
Ti.UI.Window.fullscreen
now works correctly with Windows 10 devices. tested with bothtrue
&false
. Tested on: Windows 10 Pro Windows Phone 10.0 & 8.1 (Microsoft Lumia 640 LTE) Appc Studio: 4.6.0.201604141457 Ti SDK: 5.3.0.v20160414094426 Appc NPM: 4.2.5-1 Appc Core: 5.3.0-12 Node: v4.4.2 *Closing Ticket.*