Skip to content

Instantly share code, notes, and snippets.

@otarza
Created April 27, 2014 21:04
Show Gist options
  • Save otarza/11355670 to your computer and use it in GitHub Desktop.
Save otarza/11355670 to your computer and use it in GitHub Desktop.
var win = Titanium.UI.createWindow({
title: 'Nikora',
layout: 'vertical'
});
var webview = Titanium.UI.createWebView({url:'html/index.html'});
win.add(webview);
win.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment