Skip to content

Instantly share code, notes, and snippets.

View ShawnCBerg's full-sized avatar

ShawnCBerg

View GitHub Profile
@ShawnCBerg
ShawnCBerg / index.js
Created January 5, 2014 18:10
Testing with iOS Simulator - iPad - 7.0.3 Titanium SDK: 3.2.0 NavigationWindows do not respect zIndex settings and instead are stacked in the order in which they are opened. Changing the zIndex after the NavigationWindows are opened has no effect. When these 2 NavigationWindows open you *should* see the green NavigationWindow (top) taking up the…
$.top.open();
$.bottom.open();
// If we open in this order it works properly
//$.bottom.open();
//$.top.open();