Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4281] splitWindow not opening window URL

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-05T21:10:51.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsipad
ReporterMatthew Apperson
AssigneeIngo Muschenetz
Created2011-06-01T14:51:02.000+0000
Updated2017-06-05T21:10:51.000+0000

Description

When using a url for the window in a splitWindow, the window gets added, but the js file in the URL is not run/opened
var orientation_modes = [Titanium.UI.LANDSCAPE_LEFT,Titanium.UI.LANDSCAPE_RIGHT];

masterWindow = Ti.UI.createWindow({
		orientationModes:orientation_modes,
		url:'master.js' //or any js file
});
detailWindow = Ti.UI.createWindow({
		orientationModes:orientation_modes,		
		url:'detail.js' //or any js file
});

splitView = Ti.UI.iPad.createSplitWindow({
		masterView: masterWindow,
		detailView: detailWindow
});

splitView.open();

Comments

  1. Lee Morris 2017-06-05

    Closing ticket due to the time passed and lack of progress over the past few years.

JSON Source