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-11-05 13:26:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
edb0eb1721a39e75949ac17c491c2369684033c8
NativeScript
/
tns-core-modules
/
ui
/
tab-view
History
Hristo Hristov
5bcccd28a8
Fix: when page disappears because parent viewController is removed (e.g. selecting different tab in TabBar) our navigation stack was incorrectly removing backstack entry. This fix may not work if the tab is hosted in Page but it is unlikely that someone will host Page->TabView->Frame->Page
2017-12-15 13:06:34 +02:00
..
package.json
No more ambient modules for tns-core-modules/* subpackages.
2017-03-07 17:59:02 +02:00
tab-view-common.ts
Fix TypeScript 2.4 errors, introduced mainly due weak types and covariant checking for callbacks (
#4476
)
2017-07-03 11:57:00 +03:00
tab-view.android.ts
Fix tslint
2017-12-15 13:06:34 +02:00
tab-view.d.ts
Fixed a bunch of typo's and minor errors in TypeScript definition files. (
#4707
)
2017-08-21 11:22:04 +03:00
tab-view.ios.ts
Fix: when page disappears because parent viewController is removed (e.g. selecting different tab in TabBar) our navigation stack was incorrectly removing backstack entry. This fix may not work if the tab is hosted in Page but it is unlikely that someone will host Page->TabView->Frame->Page
2017-12-15 13:06:34 +02:00