Skip to content

Instantly share code, notes, and snippets.

@kevinbubu
Created May 18, 2013 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevinbubu/5603190 to your computer and use it in GitHub Desktop.
Save kevinbubu/5603190 to your computer and use it in GitHub Desktop.
var win = Ti.UI.createWindow({
backgroundColor:'#fff'
});
var web = Ti.UI.createWebView({
url:'http://jsdc.tw/'
});
win.add(web);
win.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment