[TIMOB-1694] Fullscreen does not work properly on ipad with orientation change
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | defect, fullscreen, ios, ipad, rplist |
Reporter | ctredway |
Assignee | Blain Hamon |
Created | 2011-04-15T02:59:44.000+0000 |
Updated | 2011-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
this issue persist in 1.4.2, device and simulator.
Fixed by http://github.com/appcelerator/titanium_mobile/commit/44c0fe3003b136e95375534b35973ba3537f6abf"> http://github.com/appcelerator/titanium_mobile/commit/44c0fe3003b13...
1.4.2.4c5cd4a ipad 3.2.2