Add delay in showing the guided tour card after
See original GitHub issueMy scenario is when I go from route A to route B, an API gets called and the rendering of data takes a little time on that “view B” but the guided tour card shows up instantly and it shows up at the wrong place. Can you please suggest how to overcome that problem?
I have tried the below:
update=currentPath
updateDelay=1000
where currentPath is an observable which changes when user switches from route A to route B
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Guided tours - Product Documentation | ServiceNow
Guided tours help train and onboard users within the ServiceNow user interface (UI). Each tour contains a series of interactive steps that help ......
Read more >I want delay between 2 helper tooltip guide, Can i add delay in ...
I want a delay of a particular time between 2 guide cards. so is there any way available in behavior and something?
Read more >Flight delayed? Remember these 4 things if you want trip ...
There are specific steps you must take if you want to get reimbursed for reasonable expenses after a lengthy (or overnight) delay. Here...
Read more >Use Guided Access on iPhone - Apple Support
Set up Guided Access · Go to Settings > Accessibility > Guided Access, then turn on Guided Access. · Adjust any of the...
Read more >Temporary Duty (TDY) Travel Voucher Guide
The following is a step-by-step guide to ensure that you are filling the form out correctly. The numbers listed below correspond to the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
keep in mind to
update
also when the rendering data come, not only thepath
.Due to inactivity I am closing this issue, but feel free to re-open or create a new one in any case.