CleverTap / clevertap-web-sdk

CleverTap Web SDK
https://clevertap.com/
MIT License
13 stars 18 forks source link

Increased the timer to 300ms for adjustIframeHeight #238

Closed KambleSonam closed 2 months ago

KambleSonam commented 2 months ago

Jira Issue - https://wizrocket.atlassian.net/browse/WEB-3069

Issue Description - In Web Pop's where the function adjustIFrameHeight is used to access the contentDocument and get the scrollHeight of the div contentDiv, the contentDocument was not getting accessed since it was not ready yet.

Solution - The timer that checks for the contentDocument's readyState which was initially set to 10ms is increased to 300ms