Logo
Explore Help
Register Sign In
javascript/NativeScript
1
0
Fork 0
You've already forked NativeScript
mirror of https://github.com/NativeScript/NativeScript.git synced 2025-08-16 11:42:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
NativeScript/application
History
Rossen Hristov abc561762c Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix.
2015-07-07 12:18:36 +03:00
..
application-common.ts
Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix.
2015-07-07 12:18:36 +03:00
application.android.ts
Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix.
2015-07-07 12:18:36 +03:00
application.d.ts
Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix.
2015-07-07 12:18:36 +03:00
application.ios.ts
Resolved #294: Add an optional fullscreen parameter to Page.showModal method.
2015-06-11 11:04:08 +03:00
package.json
definitions fixed
2015-03-03 10:34:40 +02:00
Readme.md
definitions fixed
2015-03-03 10:34:40 +02:00

Readme.md

Use the frame in the following way:

To navigate to the starting page of the application

// 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");
}
Powered by Gitea Version: 1.24.0+dev-462-ge25f860735 Page: 70ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API