jasonkneen / UTiL

Collection of utility scripts for Titanium (Alloy).
221 stars 88 forks source link

added isChild argument to add the displayHomeAsUp on Android #2

Closed ricardoalcocer closed 10 years ago

ricardoalcocer commented 10 years ago

Added the isChild boolean to openWindow options:

$.nw.openWindow(w,{isChild:true});

This will cause childWindows to display the "up caret" on Android, with a window.close() event.