Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1694] Fullscreen does not work properly on ipad with orientation change

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:56:54.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsdefect, fullscreen, ios, ipad, rplist
Reporterctredway
AssigneeBlain Hamon
Created2011-04-15T02:59:44.000+0000
Updated2011-04-17T01:56:54.000+0000

Description

On the iPad, starting in landscape mode works good until I add the fullscreen option. With the fullscreen option the background doesn't resize properly.

var home_window = Ti.UI.createWindow({orientationModes:[Titanium.UI.LANDSCAPE_LEFT,Titanium.UI.LANDSCAPE_RIGHT]});
home_window.backgroundColor='#00f';
home_window.fullscreen = true;
home_window.open();

tested with 1.4 and 1.4.1 from yesterday

Comments

  1. Thomas Huelbert 2011-04-15

    this issue persist in 1.4.2, device and simulator.

  2. Blain Hamon 2011-04-15

    Fixed by http://github.com/appcelerator/titanium_mobile/commit/44c0fe3003b136e95375534b35973ba3537f6abf"> http://github.com/appcelerator/titanium_mobile/commit/44c0fe3003b13...

  3. Thomas Huelbert 2011-04-15

    1.4.2.4c5cd4a ipad 3.2.2

JSON Source