Releases: HazemKhaled/TiWindowStack
Releases · HazemKhaled/TiWindowStack
Back compatibility
Fix back compatibility with iOS 9.3
https://jira.appcelerator.org/browse/TIDOC-2611
Fix and Enhancement
- Now home method go home without that noisy animations
- Fix issue on iOS with Titanium 5.5.0.GA
Fix destroy on Android
1.1.1
1.1.0
Allow to manage right or left side menus window stack
windowStack.setTargetInDrawer(windowStack.LEFT_WINDOW);
Small fixes
1.0.4
Implement restart
Now we can use destroy to restart the app
var restart = function() {
// Close current stack
Alloy.Globals.windowStack.destroy(Alloy.Globals.drawer, function() {
// open drawer window from window stack
Alloy.createController('index').getView();
});
};
Clear menu if no menu items in center view
1.0.2 bump another version for last minor fix
Update Android Menu directly from center view
Assign a onCreateOptionsMenu to your view, and we will call it for you
check example
https://github.com/HazemKhaled/SideMenu-with-NavigationWindow-for-Titanium/blob/master/app/controllers/page1.js
Initial
1.0 Rename to small letters