Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20166] Windows: Window.fullscreen on Windows 10 doesn't work

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-12-28T20:48:58.000+0000
Affected Version/sRelease 5.1.0
Fix Version/sRelease 5.3.0
ComponentsWindows
Labelsqe-5.3.0
ReporterKota Iguchi
AssigneeKota Iguchi
Created2015-12-22T07:41:08.000+0000
Updated2016-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();

Comments

  1. Harry Bryant 2016-04-14

    Verified as fixed, Ti.UI.Window.fullscreen now works correctly with Windows 10 devices. tested with both true & 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.*

JSON Source