He trabajado jQuery y jQuery UI con una versión diferente, solo uso jQuery UI y arrastro el elemento en la vista móvil que normalmente funciona bien pero tienen un problema de conflicto
_jQuery version ->3.6.0_ `<script src="../resources/vendors/jquery/jquery-3.6.0.min.js"></script>` _jQuery UI version ->1.13.1_ `<script src="../resources/vendors/jquery/jquery_UI/jquery-ui.min.js"></script>`tienen conflicto el jquery.min.js
error:
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example, because scrolling is in progress and cannot be interrupted. [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example, because scrolling is in progress and cannot be interrupted. [Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example, because scrolling is in progress and cannot be interrupted.¿Cómo usar diferentes versiones de jQuery y jQuery UI juntas?
Aunque esto no es idea, es posible. Mire en jQuery.noConflict() como se describe aquí: https://api.jquery.com/jquery.noconflict/