Spotlight icon indicating copy to clipboard operation
Spotlight copied to clipboard

Button to hide the tour?

Open Ankur008 opened this issue 8 years ago • 2 comments

How can I add the button to skip the tour?

Ankur008 avatar Mar 27 '17 05:03 Ankur008

you can dismiss it using the code "setDismissOnTouch(true)" after show() its like this: .show().setDismissOnTouch(true)

Mehrshadow avatar Sep 08 '17 13:09 Mehrshadow

what if I want to add Skip Button ??

syedqbuster avatar May 07 '20 12:05 syedqbuster