回答済み
I need to skip Step 2 if the anchored item from Step 3 is visible
Hi!
When we click on a main menu icon in our app, a menu opens. If we click on the same icon again, the menu closes (and so on). Step 2 asks the user to click on a main menu icon. Then Step 3 asks the user to select a specific item from this menu. BUT if the menu was already open when Step 2 appears, the user will actually be closing the menu and as a result, the guide disappears (until we click on an icon again to reopen the menu).
We have tried the {skipStep: auto/} in all ways possible, we have inverted steps 2 and 3, without success.
Is there anyone else with the same type of menu who faced this challenge? How did you make it work?
Thank you!
0
コメント
Try this in the Pendo github, it sounds like what you're after! https://github.com/pendo-io/snippets/tree/master/guides/advancingGuides/advanceGuideOnElementAppear
Hi Liz,
Thank you for the hint. I tried to play with the code, but couldn't get it to work. It seems like there are a few variables that I would need to include in it, but not sure how or where to do that.
Have you used it and if so, could you assist me?
Thank you!
Hello again,
We managed to make it work. :)
Thank you again for the hint!
サインインしてコメントを残してください。