Make all guide steps skippable?
I'm creating a guide that tours a screen. That tour references several elements that may not be on screen for certain users.
Following this guide, I can skip a single step if that element is not on screen. But that doesn't work for back-to-back steps. I used to work with WalkMe, and they had an option on each step that was just "Make this step skippable if element is not found". I want to replicate that feature on consecutive steps in a guide.
Anyone know how to build a guide with several "skippable" steps in a row?
0
コメント
Another one you might use is skipStepNoElement, which will simply skip the next step if the item the following step is anchored to is not onscreen. It works also if you put multiple skipStepsNoElement in the guide. HOWEVER, if the user launches the guide 2x, it will hose up, and Pendo doesn't support the code.
https://github.com/pendo-io/snippets/tree/master/guides/goToGuideStep/skipStepNoElement
サインインしてコメントを残してください。