mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(tabs): delay loadView when animation runs (#8353)
* fix(tabs): delay loadView when animation runs * chore: update api.md * chore: remove unnecessary casting * test: Added disabled test for changing tabs
This commit is contained in:
@@ -772,6 +772,9 @@ export class Frame extends View {
|
||||
|
||||
animated: boolean;
|
||||
|
||||
// (undocumented)
|
||||
_animationInProgress: boolean;
|
||||
|
||||
backStack: Array<BackstackEntry>;
|
||||
|
||||
canGoBack(): boolean;
|
||||
@@ -2931,6 +2934,7 @@ export abstract class ViewBase extends Observable {
|
||||
// (undocumented)
|
||||
_setupAsRootView(context: any): void;
|
||||
_setupUI(context: any /* android.content.Context */, atIndex?: number): void;
|
||||
_shouldDelayLoad(): boolean;
|
||||
showModal(moduleName: string, modalOptions: ShowModalOptions): ViewBase;
|
||||
showModal(view: ViewBase, modalOptions: ShowModalOptions): ViewBase;
|
||||
public readonly style: Style;
|
||||
|
||||
Reference in New Issue
Block a user