Skip to content

ms_tabNavigationEnabled not working #105

@nubsoft

Description

@nubsoft

Hi, ms_tabNavigationEnabled=false not working , When I'm on tab number 2 , I still can click on tab number 1 and goes to that tab directly, which shouldn't be possible when ms_tabNavigationEnabled=false

<com.stepstone.stepper.StepperLayout
    android:id="@+id/stepperLayout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    app:ms_stepperType="tabs"
    app:ms_stepperFeedbackType="tabs|content|disabled_bottom_navigation"
    app:ms_tabNavigationEnabled="false"
    app:ms_backButtonText="Back"
    app:ms_nextButtonText="Next"
    app:ms_completeButtonText="END"/>```


 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions