Open mohitkrdhiman opened 6 years ago
Hi @mohitkrdhiman. You could use toggleState(). Does it solve your problem?
Is it possible to change initial_state programatically
Sorry toggle State helped me . I was required to move to original stage after swiping by user SO I used toggle state two time. Am I correct?
toggleState(); dynamically swipes the button. But the button is unusable after this event. Seems like the button is suddenly disabled.
I want to swipe it on button click, isthere any method???