Mateusz Derks
コメント
-
I made it work with JS SDK like that pendo.setGuidesDisabled(true)pendo.stopGuides()pendo.setGuidesDisabled(false)pendo.startGuides() However `setGuidesDisabled` method is not documented so I don'...
-
In my current case it's a tooltip and maybe it can be moved to Pendo. However, we can have other elements that users should focus on and don't be distracted by the guides. We will eventually need a...
-
Hey Liz Feller thanks for the fast reply!I just updated the original question to avoid confusion. The tooltips that should be rendered before guides are our own, not rendered by Pendo. As far as I ...