Simple javascript slideshow in a guide
I've placed a simple javascript fading slideshow within a guide, with individual links for each slide and with dots navigation between the slides, that works perfectly, until the user leaves the page & returns to it, or the page is otherwise refreshed. Then, the guide plays correctly every other cycle, and the opacity on the active slide shifts to 0 every other cycle after that. This doesn't occur when viewing in an ordinary web environment. How do I reinitialise Pendo when the page is reloaded so that the slideshow in the guide is not disrupted? Event listeners like 'load' & 'DOMContentLoaded' & 'visibilityState' seem to be ignored by Pendo.
Comments
I bet if you replaced this with a guide that has multiple steps, one for each slide, and use guide buttons to navigate, then you'd be able to have it perform the way you want, then could use some javascript and css to get the fading you want!
Please sign in to leave a comment.