Skip to content

Instantly share code, notes, and snippets.

@onebook0505
Forked from kevinbubu/WebView 1
Created March 5, 2014 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onebook0505/9363392 to your computer and use it in GitHub Desktop.
Save onebook0505/9363392 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