TiWindowStack icon indicating copy to clipboard operation
TiWindowStack copied to clipboard

An Alloy widget to manage windows stack in same code for iOS and Android, with drawer support

Results 2 TiWindowStack issues
Sort by recently updated
recently updated
newest added

Replace home method implementation with the new popToRootWindow method in Ti SDK 6

enhancement

I was looking into your code on `open` method and I think you may be confuse on [this line:](https://github.com/HazemKhaled/TiWindowStack/blob/master/WindowStack.js#L20) ``` js if (navigationWindow === null || drawer) ``` It will...