This website requires JavaScript.
Explore
Help
Register
Sign In
javascript
/
NativeScript
Watch
1
Star
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
/
ui
/
page
History
Nathanael Anderson
5d3d772462
This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you.
2015-10-01 10:54:22 +03:00
..
package.json
definitions fixed
2015-03-03 10:34:40 +02:00
page-common.ts
This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you.
2015-10-01 10:54:22 +03:00
page.android.ts
This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you.
2015-10-01 10:54:22 +03:00
page.d.ts
Change from "classic" TS 1.6 imports to the default resolution scheme.
2015-09-29 16:25:49 +03:00
page.ios.ts
This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you.
2015-10-01 10:54:22 +03:00