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 20:11:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
NativeScript
/
tns-core-modules
/
ui
/
button
History
Hristo Hristov
9b52bbcd29
If you set tap gesture on a button parent (e.g. some layout for example) and set tap handler on the button and click the button there is a chance to execute navigation with clear history. This will remove current fragment and will clear the button listener owner. Still android will fire the click handler and we will throw an exception. (
#4898
)
...
Fix
https://github.com/NativeScript/NativeScript/issues/4897
2017-09-28 09:17:54 +03:00
..
button-common.ts
recycling now happens only if nativeView and android properties are not accessed. (
#4627
)
2017-08-01 15:04:16 +03:00
button.android.ts
If you set tap gesture on a button parent (e.g. some layout for example) and set tap handler on the button and click the button there is a chance to execute navigation with clear history. This will remove current fragment and will clear the button listener owner. Still android will fire the click handler and we will throw an exception. (
#4898
)
2017-09-28 09:17:54 +03:00
button.d.ts
Changing module docs so they can appear in typedoc.
2017-05-10 11:55:47 +03:00
button.ios.ts
recycling now happens only if nativeView and android properties are not accessed. (
#4627
)
2017-08-01 15:04:16 +03:00
package.json
No more ambient modules for tns-core-modules/* subpackages.
2017-03-07 17:59:02 +02:00