During this time, I developed several new web applications. However, I encountered a major issue with drag and drop functionality. I created a file manager using JavaScript, but when attempting to use drag and drop on mobile devices (such as smartphones, tablets with Android or iOS), the device displays the long press menu instead (e.g., when pressing on a folder icon) for copying URLs or images.
Is there any way in JavaScript to disable the long press action on mobile devices? Please note that loading images via CSS is not a viable solution for me.