You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a lottie animation runs, the browsers apparently is never idle.
Meaning the chat does not load unless the facade is clicked or hovered, which is an issue for our marketing team.
Describe the solution you’d like to see
I suggest adding a 'fixedPeriod' prop that would override the idlePeriod.
(and throw an error if both are provided)
Are you willing to work on implementing this solution?
Yes
Describe alternatives you’ve considered
Another solution is to add a 'ignoreRequestCallback' prop.
Easier to implement in the current code but probably too technical for users ;)
What problem would this feature solve?
When a lottie animation runs, the browsers apparently is never idle.
Meaning the chat does not load unless the facade is clicked or hovered, which is an issue for our marketing team.
Describe the solution you’d like to see
I suggest adding a 'fixedPeriod' prop that would override the idlePeriod.
(and throw an error if both are provided)
Are you willing to work on implementing this solution?
Yes
Describe alternatives you’ve considered
Another solution is to add a 'ignoreRequestCallback' prop.
Easier to implement in the current code but probably too technical for users ;)
Additional context
No response
Code of Conduct