
Mateusz Derks
アクティビティの概要
Mateusz Derksさんの最近のアクティビティ-
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'...
-
Mateusz Derksさんがコメントを作成しました: 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...
-
Mateusz Derksさんがコメントを作成しました: 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 ...
-
Mateusz Derksさんが投稿を作成しました: stopGuides() doesn't work as expected
Hey, I would like to stop all the guides for a while when we have our own tooltips to display and they should take precedence. I found it possible to do with `pendo.stopGuides` documented here http...