Open nitrag opened 9 years ago
It appears it is breaking because of this:
https://github.com/nitrag/NappDrawer/blob/master/ios/Classes/DkNappDrawerDrawer.m#L262
if([TiUtils boolValue:args] == 0 ){
Can we rework this? What's a better method to determine if args is a Titanium Window?
Did you ever find a work around for this?
I load the right window on init. Then later in my app I want to replace it.
Added debug code: https://github.com/nitrag/NappDrawer/blob/master/ios/Classes/DkNappDrawerDrawer.m#L264-L268
Result of console: