We are writing to report a functionality issue with the Tawk chat widget on our website that is impacting user experience.
Issue Description:
After closing the Tawk chat widget and altering the browser window size (either by percentage scaling using CTRL or toggling FullScreen mode), the chat widget’s overlay remains active. This overlay obstructs part of our website, rendering the affected area unclickable and inaccessible to users.
Steps to Reproduce:
Open the Tawk chat widget.
Close the Tawk chat widget.
Resize the browser window (scaling or FullScreen mode toggle).
Attempt to click on the area previously covered by the chat widget.
We request your assistance in investigating and resolving this issue. Please keep us informed about the progress and any solutions you implement.
@Anastaisa@LEOHDZ Just found that if I change the “On Click Behavior” for the widget to “Slide” or “Pop Out”, it resolves the issue. If you need a temporary fix until the bug is resolved.
Yep same issue here, it is happening when you resize the window. The second iframe that is created by tawk which is used by the form (not the launcher) goes from:
display: none;
to:
display: block !important;
With an inline style so no way we can fix it from the outside.
This stops our site from functioning as this empty iframe sits on top of our navigation.