Im using jQuery UI drag&drop and sortable in my website but its not working in android device browsers like chrome and opera but its working in default browser and Firef
I ran into the same issue with certain mobile browsers, while others worked well. I was able to fix if by adding type="text/javascript" to my script tag as follows
or if you have the js in an external file, be sure to add the type attribute
(Side tip: for maximum compatibility among different browsers I use an ending script tag instead of just self-closing it)