Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created September 14, 2014 03:03
Show Gist options
  • Save maleficarum/e1b35d8e8e9d0679421d to your computer and use it in GitHub Desktop.
Save maleficarum/e1b35d8e8e9d0679421d to your computer and use it in GitHub Desktop.
Open appcelerator window within current tab
var win = Titanium.UI.createWindow({
url:'map.js',
title:'MAP!',
backgroundColor:'transparent',
barColor:'#fff',
});
Titanium.UI.currentTab.open(win,{animated:true});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment