how to make button to default state (unSlided after onslide complete)
Closed this issue · 3 comments
What kind of issue is this?
I want to know how to make a button to default side state (unslided) on slide complete as in my code I have to call API for slide complete and move to a new page but the user can come back to the previous page where he is unable to slide the button as it is already slid.
I want to know how to make a button to default side state (unslided) on slide complete as in my code I have to call API for slide complete and move to a new page but the user can come back to the previous page where he is unable to slide the button as it is already slid.
Have you tried to use the resetSlider()
function?
What kind of issue is this?
I want to know how to make a button to default side state (unslided) on slide complete as in my code I have to call API for slide complete and move to a new page but the user can come back to the previous page where he is unable to slide the button as it is already slid.
try this :
sliderButtonReference.isLocked = true
Closing due to lack of response