Skip to content

Instantly share code, notes, and snippets.

@Amimul100
Created August 20, 2014 10:38
Show Gist options
  • Save Amimul100/4ff1e77b87cf33ab0a89 to your computer and use it in GitHub Desktop.
Save Amimul100/4ff1e77b87cf33ab0a89 to your computer and use it in GitHub Desktop.
WebView Test
/*
CLI version 3.3.0,
Titanium SDK version 3.3.0.GA
*/
TEST CODE
var webview = Titanium.UI.createWebView({url:'http://www.appcelerator.com'});
var window = Titanium.UI.createWindow();
window.add(webview);
window.open({modal:true});
Thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment