| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…veScript/NativeScript into mdonev/child-fragment-disappear-fix
|
test --ignore branch_tns_core_modules_widgets#mdonev/child-fragment-disappear-fix modal_navigation#mdonev/child-fragment-disappear-fix tests_app_transitions_android animations_android uitests_android ngapps_android api19 api23 api27 api28 |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
TODO: Known crash with Flip navigation due to not handling AnimatorSet animator properly.
TODO: consider implementing base fragment class in widgets and place the shared code between frame and tab fragment there.
TBD: consider do we need a property to enable / disable lollipop transitions (currently implicitly disabled for nested frame scenarios). This property could be useful in other cases as well e.g. this bug #6510 is only present for the "lollipop" Slide transition but if we use our own implementation, it is OK (if user could disable "lollipop" explicitly, it would work).
Fixes: #6641
Fixes: #6659
Fixes: #6698
Fixes: #6633
Fixes: #6630
Merge after NativeScript/tns-core-modules-widgets#154
BREAKING CHANGE:
[Android] Explode transition cannot be used when navigating in nested frame scenarios.
[Android] Custom nested fragments should inherit from org.nativescript.widgets.FragmentBase class instead of android.support.v4.app.Fragment directly to benefit from the applied workaround for https://code.google.com/p/android/issues/detail?id=55228