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
We have a panel opening by clicking on an element. When we open the panel on mobile and try to close it using the close button on the header section, the panel closes and directly opens again. It occurs only on mobile and when the close button is above the element behind.
One possible explanation could be that the panel is destroyed on the pointerup on the close button and then the element behind is clicked.
On the meantime, we have changed our click event listener, on the element behind the panel, toward a pointerup event listener, and it works.
Thank you,
Olivier
The text was updated successfully, but these errors were encountered:
Hi Oliver,
Thanks for the info. I can confirm this behaviour but can't say anything more about it currently.
In case you have an idea how to get this fixed ... please share it 😏
Regards,
Stefan
We have a panel opening by clicking on an element. When we open the panel on mobile and try to close it using the close button on the header section, the panel closes and directly opens again. It occurs only on mobile and when the close button is above the element behind.
One possible explanation could be that the panel is destroyed on the pointerup on the close button and then the element behind is clicked.
On the meantime, we have changed our click event listener, on the element behind the panel, toward a pointerup event listener, and it works.
Thank you,
Olivier
The text was updated successfully, but these errors were encountered: