I have following code to open a window in tab
var c = Alloy.createController('win2', g.globalGet('hometab')).getView(); g.globalGet('hometab').open(c, { animated : true });this works fine in ios 6 but same does not work in iOS 7 it does open but behind the current window