Aslam Hasan Khan
Aslam Hasan Khan
There is no method in library for it however you can use this one ` Tour.prototype.deleteSteps = function() { this._current = 0; this._removeState('current_step'); this._removeState('end'); this._removeState('redirect_to'); this._options.steps.length = 0; return this;...
I am also facing the same issue which is why I had used this javascript code for tour to work with GET ajax calls. **setTimeout(function(){ window.dispatchEvent(new Event('resize')); }, 3000);** this...
No I am just adding it on page directly in script tag. Also I have commented out the window resize code in the library to check if its triggering with...
You might want to use an external library for supporting inside element scroll.