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 849d6bee26 Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix.
2015-07-06 16:29:28 +03:00
..
application-common.ts
Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix.
2015-07-06 16:29:28 +03:00
application.android.ts
Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix.
2015-07-06 16:29:28 +03:00
application.d.ts
Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix.
2015-07-06 16:29:28 +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: 235ms Template: 13ms
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