Home

Awesome

NOTE: This widget hasn't been updated for a long time and might not work

BrowserView Widget Titanium Alloy

Overview

The BrowserView widget implements a simple in-app browser for Titanium Alloy by Appcelerator.

Features

Future work

Quick Start

Get it gitTio

Download this repository and consult the Alloy Documentation on how to install it, or simply use the gitTio CLI:

$ gittio install nl.fokkezb.browserView

Use it

var win = Alloy.createWidget('nl.fokkezb.browserView', null, {
	url: 'http://appcelerator.com'
}).getView();
win.open();
<Widget src="nl.fokkezb.browserView" url="http://appcelerator.com" />

Changelog