Hi @Patil, Harish
Thank you for posting your question in the Microsoft Q&A forum.
Based on the information you have provided, looks like you want to disable double click feature in SharePoint Online.
In SharePoint, the double-click behavior on a list row is a built-in feature that automatically opens the item’s edit form. This behavior is "by design" and cannot be disabled or customized using JSON formatting or HTML-based methods.
This limitation exists because SharePoint’s JSON formatting is strictly declarative, it allows for styling and configuring UI elements but does not support scripting or event handling (such as JavaScript). As a result, native browser or SharePoint events like double-clicks cannot be intercepted or overridden.
For more details, refer to the following official Microsoft resources:
Use view formatting to customize SharePoint | Microsoft Learn
The workaround is you can create a button to open the app with a single click on it.
If you think this feature can be handy for you and colleagues, please provide your valuable ideas via Ideas · Community
Our dev team will listen and consider making it a feature in the future. Any ideas will be appreciated.
Thank you for your understanding.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.