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-11-05 13:26:48 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
7a2e41b1b3f73519436569f31677dcc7ca85421d
NativeScript/application
History
Rossen Hristov 7a2e41b1b3 The application.ios.addNotificationObserver method now returns an observer object which you should supply as the first argument when calling app.ios.removeNotificationObserver. (Fixed #473)
2015-09-01 12:34:20 +03:00
..
application-common.ts
Fix tslint error.
2015-08-04 17:22:24 +03:00
application.android.ts
Application orientation changed event
2015-07-31 11:51:01 +03:00
application.d.ts
The application.ios.addNotificationObserver method now returns an observer object which you should supply as the first argument when calling app.ios.removeNotificationObserver. (Fixed #473)
2015-09-01 12:34:20 +03:00
application.ios.ts
The application.ios.addNotificationObserver method now returns an observer object which you should supply as the first argument when calling app.ios.removeNotificationObserver. (Fixed #473)
2015-09-01 12:34:20 +03:00
package.json
definitions fixed
2015-03-03 10:34:40 +02:00
Readme.md
Animations Spike
2015-07-29 15:24:38 +03:00

Readme.md

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");
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.26.0+dev-132-g60314cb688 Page: 567ms Template: 8ms
Auto
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