Files
hshristov 35b8209ddb Implemented LiveSync page reload.
Fixed iOS layout bug
2015-11-06 16:45:20 +02:00
..
2015-11-02 14:35:31 +02:00
2015-03-03 10:34:40 +02:00
2015-07-29 15:24:38 +03:00

Ani

// put this in the bootstrap.js
var app = require("application");
var frameModule = require("ui/frame");

app.onLaunch = function(context) {
	var frame = new frameModule.Frame();
	frame.navigate("testPage");
}