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 04:41:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
NativeScript
/
tns-core-modules
/
ui
/
core
History
Panayot Cankov
7108fc6954
Merge pull request
#3979
from NativeScript/fix-ios-zero-scale
...
Setting scale to 0 in iOS was actually using 0, it will now use 1e-6
2017-04-12 11:12:58 +03:00
..
bindable
Disable recycling of native views
2017-03-28 18:08:59 +03:00
control-state-change
Use relative imports in tns-core-modules.
2017-03-13 14:37:59 +02:00
dependency-observable
Use relative imports in tns-core-modules.
2017-03-13 14:37:59 +02:00
properties
Property change notifications raise value and oldValue
2017-04-07 17:12:39 +03:00
view
Scaling to zero should be avoided in iOS as the underlying system won't be able to decompose the resulting affine matrix, but in cases of 0 we were setting it to 1, we will now set it to 1e-6.
2017-04-12 10:30:53 +03:00
view-base
Inital animations were not played in android, since CSS in android is now applied before the native view is created/assigned
2017-04-12 10:40:45 +03:00
weak-event-listener
Use relative imports in tns-core-modules.
2017-03-13 14:37:59 +02:00