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-17 21:01:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
NativeScript
/
ui
/
page
History
Rossen Hristov
eec823d29d
Added closeModal() to the d.ts and updated the sample app.
2015-10-01 11:13:52 +03:00
..
package.json
definitions fixed
2015-03-03 10:34:40 +02:00
page-common.ts
Renamed closeDialog to closeModal; as we do a showModal; for consistency.
2015-10-01 10:54:24 +03:00
page.android.ts
Renamed closeDialog to closeModal; as we do a showModal; for consistency.
2015-10-01 10:54:24 +03:00
page.d.ts
Added closeModal() to the d.ts and updated the sample app.
2015-10-01 11:13:52 +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