Issue-Display an overelay on the Diagram control

Hi Team!

I have run my web application on the Ipad

When I select and hold a node to display the context menu

There is a blue overlay on the diagram control, which prevent me from selecting a context menu item

as described in the video

Video Link

Please review it and help me to resolve this issue

Thank You!


3 Replies

PK Pranoove Karnan Syncfusion Team March 3, 2025 12:34 PM UTC

Hi Pham Van Sy,


The issue you are facing is due to a styling conflict. To resolve this, you need to add the following CSS properties to the <body> inside the <style> tag in your HTML file:

 

body {
    -webkit-user-select: none;
    user-select: none;
}


This will prevent unintended user selection and help resolve the issue.

If the issue still persists, please update us and share your sample along with the steps to replicate the issue.

Let us know if you need any further assistance.


Best regards,
Pranoove




PV Pham Van Sy replied to Pranoove Karnan March 5, 2025 10:30 AM UTC

Thank for your reply
I will try your solution and ley you know when have result
Thank You!



PR Preethi Rajakandham Syncfusion Team March 6, 2025 04:42 AM UTC

Hi Pham Van,

You are welcome. Please check and revert to us. We will await your response.

Regards,

Preethi R


Loader.
Up arrow icon