Skip to content

Instantly share code, notes, and snippets.

@karthi-anubavam
Created July 6, 2012 09:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthi-anubavam/6b8c5ce115477abc03a6 to your computer and use it in GitHub Desktop.
Save karthi-anubavam/6b8c5ce115477abc03a6 to your computer and use it in GitHub Desktop.
WebView
var container = Ti.UI.createView({
backgroundColor:'#fff',
top:44,
bottom:44
})
win.add(container);
var extwebview = Ti.UI.createWebView({
url: hostUrl
});
container.add(extwebview);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment